comparison src/collect.c @ 479:5212d4fed37f

Ensure Properties dialog is displayed above fullscreen window. Add a parameter to info_window_new() to pass parent window and revert patch 472.
author zas_
date Tue, 22 Apr 2008 08:16:02 +0000
parents 48c8e49b571c
children c7a2471e5c4e
comparison
equal deleted inserted replaced
478:9e54275835fb 479:5212d4fed37f
869 break; 869 break;
870 case 'D': case 'd': 870 case 'D': case 'd':
871 file_util_delete(NULL, collection_table_selection_get_list(cw->table), cw->window); 871 file_util_delete(NULL, collection_table_selection_get_list(cw->table), cw->window);
872 break; 872 break;
873 case 'P': case 'p': 873 case 'P': case 'p':
874 info_window_new(NULL, collection_table_selection_get_list(cw->table)); 874 info_window_new(NULL, collection_table_selection_get_list(cw->table), NULL);
875 break; 875 break;
876 case 'S': case 's': 876 case 'S': case 's':
877 collection_dialog_save_as(NULL, cw->cd); 877 collection_dialog_save_as(NULL, cw->cd);
878 break; 878 break;
879 case 'W': case 'w': 879 case 'W': case 'w':