Ooops - fix build.

This commit is contained in:
Glynn Foster 2003-04-13 15:48:15 +00:00
parent 965c2a9149
commit 9da6452661
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}