Fix parsing errors. Patch from Paull Bolle. Fixes #144501.
2004-06-17 Glynn Foster <glynn.foster@sun.com> * src/main.c: Fix parsing errors. Patch from Paull Bolle. Fixes #144501.
This commit is contained in:
parent
c30c2f365f
commit
c7ec5229bb
@ -1,3 +1,8 @@
|
||||
2004-06-17 Glynn Foster <glynn.foster@sun.com>
|
||||
|
||||
* src/main.c: Fix parsing errors. Patch from
|
||||
Paull Bolle. Fixes #144501.
|
||||
|
||||
2004-06-08 Glynn Foster <glynn.foster@sun.com>
|
||||
|
||||
* THANKS, src/about.c: Add Paul.
|
||||
|
@ -1353,7 +1353,7 @@ zenity_parse_options_callback (poptContext ctx,
|
||||
* parse_options_callback gets called for each option. Suckage
|
||||
*/
|
||||
|
||||
if (parse_option_file > 2)
|
||||
if (parse_option_editable > 2)
|
||||
zenity_error ("--editable", ERROR_DUPLICATE);
|
||||
|
||||
switch (results->mode) {
|
||||
|
Reference in New Issue
Block a user