Comment 6 for bug 738147

Revision history for this message
levu (levu) wrote :

I've done some debugging work, and this is where i found something strange:

filelist = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(ui_widgets.open_filesel));
if (filelist != NULL)

filelist seems to be NULL, because it goes never in this if. At the time the problem started, some gtk stuff was updated, maybe there was a change in the API or something similar?