diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-06-16 23:45:28 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-06-16 23:45:28 +0000 |
commit | c7ec5229bbf0328687ae1deef58c9fae906b34f2 (patch) | |
tree | 911bbc36e7389b8fab30e7c47e0840de949a244f | |
parent | Add Paul. fix tyops in parsing. (diff) | |
download | zenity-c7ec5229bbf0328687ae1deef58c9fae906b34f2.tar.gz zenity-c7ec5229bbf0328687ae1deef58c9fae906b34f2.tar.bz2 zenity-c7ec5229bbf0328687ae1deef58c9fae906b34f2.zip |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/main.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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) { |