Zenity hard-code freeze break



Hi all,

I'd like to do very little fix on the "separator" list dialog option.
Just to add the G_OPTION_FLAG_NOALIAS flag to avoid the alias
"list-separator". Here's the patch:

Index: option.c
===================================================================
RCS file: /cvs/gnome/zenity/src/option.c,v
retrieving revision 1.20
diff -u -r1.20 option.c
--- option.c    15 Dec 2005 05:40:15 -0000      1.20
+++ option.c    7 Mar 2006 01:06:02 -0000
@@ -424,7 +424,7 @@
  {
    "separator",
    '\0',
-    0,
+    G_OPTION_FLAG_NOALIAS,
    G_OPTION_ARG_STRING,
    &zenity_general_separator,
    N_("Set output separator character"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]