From c7ec5229bbf0328687ae1deef58c9fae906b34f2 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 16 Jun 2004 23:45:28 +0000 Subject: Fix parsing errors. Patch from Paull Bolle. Fixes #144501. 2004-06-17 Glynn Foster * src/main.c: Fix parsing errors. Patch from Paull Bolle. Fixes #144501. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2baed7dc..9e28a566 100644 --- a/src/main.c +++ b/src/main.c @@ -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) { -- cgit