summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2012-07-21 01:07:48 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2012-07-21 01:07:48 +0200
commit31eef0cd8acf91aba30b5b94d5544247ebaff6bd (patch)
tree1404340cb01026b0398ebb60436a855754229158 /src
parent8777940f499a4a37fdb7c118de50f39cfa62f34b (diff)
Revert "Fixing string freeze"
This reverts commit 8777940f499a4a37fdb7c118de50f39cfa62f34b. The master branch is not yet affected by the string freeze.
Diffstat (limited to 'src')
-rw-r--r--src/option.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option.c b/src/option.c
index 19fbbc7..ee0e9c2 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',