Ensure Properties dialog is displayed above fullscreen window.
[geeqie.git] / src / collect.c
index d345d02..a2320c1 100644 (file)
@@ -871,7 +871,7 @@ static gint collection_window_keypress(GtkWidget *widget, GdkEventKey *event, gp
                                file_util_delete(NULL, collection_table_selection_get_list(cw->table), cw->window);
                                break;
                        case 'P': case 'p':
-                               info_window_new(NULL, collection_table_selection_get_list(cw->table));
+                               info_window_new(NULL, collection_table_selection_get_list(cw->table), NULL);
                                break;
                        case 'S': case 's':
                                collection_dialog_save_as(NULL, cw->cd);