comparison src/collect.c @ 1292:4a3ae0e6f1eb

droped Preferences dialog, sidebar should replace it completely
author nadvornik
date Sat, 14 Feb 2009 20:26:30 +0000
parents 8b89e3ff286b
children 79937bc55f3a
comparison
equal deleted inserted replaced
1291:50ae02a4a675 1292:4a3ae0e6f1eb
18 #include "collect-io.h" 18 #include "collect-io.h"
19 #include "collect-table.h" 19 #include "collect-table.h"
20 #include "editors.h" 20 #include "editors.h"
21 #include "filedata.h" 21 #include "filedata.h"
22 #include "img-view.h" 22 #include "img-view.h"
23 #include "info.h"
24 #include "layout.h" 23 #include "layout.h"
25 #include "layout_image.h" 24 #include "layout_image.h"
26 #include "misc.h" 25 #include "misc.h"
27 #include "pixbuf_util.h" 26 #include "pixbuf_util.h"
28 #include "print.h" 27 #include "print.h"
859 file_util_rename(NULL, collection_table_selection_get_list(cw->table), cw->window); 858 file_util_rename(NULL, collection_table_selection_get_list(cw->table), cw->window);
860 break; 859 break;
861 case 'D': case 'd': 860 case 'D': case 'd':
862 file_util_delete(NULL, collection_table_selection_get_list(cw->table), cw->window); 861 file_util_delete(NULL, collection_table_selection_get_list(cw->table), cw->window);
863 break; 862 break;
864 case 'P': case 'p':
865 info_window_new(NULL, collection_table_selection_get_list(cw->table), NULL);
866 break;
867 case 'S': case 's': 863 case 'S': case 's':
868 collection_dialog_save_as(NULL, cw->cd); 864 collection_dialog_save_as(NULL, cw->cd);
869 break; 865 break;
870 case 'W': case 'w': 866 case 'W': case 'w':
871 collection_window_close(cw); 867 collection_window_close(cw);