In src/project.c:
> @@ -343,7 +343,8 @@ void project_open(void) > gtk_window_set_skip_taskbar_hint(GTK_WINDOW(dialog), TRUE); > gtk_window_set_type_hint(GTK_WINDOW(dialog), GDK_WINDOW_TYPE_HINT_DIALOG); > gtk_window_set_transient_for(GTK_WINDOW(dialog), GTK_WINDOW(main_widgets.window)); > - gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), TRUE); > + gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), FALSE);
hum, what was that?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub