diff options
author | Glynn Foster <gman@src.gnome.org> | 2003-04-13 15:48:15 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-04-13 15:48:15 +0000 |
commit | 9da64526615991b0dc76949d6113d72779242aa5 (patch) | |
tree | 43fc9615d6e0d36561152b50eb89f66a5581ac1d | |
parent | Finish off the indentation cleanup. Add new '--width' and '--height' (diff) | |
download | zenity-9da64526615991b0dc76949d6113d72779242aa5.tar.gz zenity-9da64526615991b0dc76949d6113d72779242aa5.tar.bz2 zenity-9da64526615991b0dc76949d6113d72779242aa5.zip |
Ooops - fix build.
-rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1319,9 +1319,6 @@ zenity_parse_options_callback (poptContext ctx, case MODE_TEXTINFO: results->text_data->uri = g_strdup (arg); break; - case MODE_LIST: - results->tree_data->uri = g_strdup (arg); - break; default: zenity_error ("--filename", ERROR_SUPPORT); } |