[zenity] Fixing string freeze



commit 8777940f499a4a37fdb7c118de50f39cfa62f34b
Author: Arx Cruz <arxcruz gnome org>
Date:   Thu Jul 19 14:44:53 2012 -0300

    Fixing string freeze

 src/option.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/option.c b/src/option.c
index ee0e9c2..19fbbc7 100644
--- a/src/option.c
+++ b/src/option.c
@@ -525,7 +525,7 @@ static GOptionEntry list_options[] = {
     N_("Use radio buttons for first column"),
     NULL
   },
-  {
+ /* {
     "imagelist",
     '\0',
     0,
@@ -533,7 +533,7 @@ static GOptionEntry list_options[] = {
     &zenity_list_imagelist,
     N_("Use an image for first column"),
     NULL
-  },
+  },*/
   {
     "separator",
     '\0',



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