comparison src/typedefs.h @ 330:57a4ced53618

Rename collection options.
author zas_
date Sat, 12 Apr 2008 08:40:02 +0000
parents a51242c032ea
children d8e285551598
comparison
equal deleted inserted replaced
329:a51242c032ea 330:57a4ced53618
816 GList *filename_filter; 816 GList *filename_filter;
817 gint show_dot_files; 817 gint show_dot_files;
818 gint file_filter_disable; 818 gint file_filter_disable;
819 819
820 /* collections */ 820 /* collections */
821 gint collection_rectangular_selection; 821 struct {
822 gint rectangular_selection;
823 } collections;
822 824
823 /* editors */ 825 /* editors */
824 gchar *editor_name[GQ_EDITOR_SLOTS]; 826 gchar *editor_name[GQ_EDITOR_SLOTS];
825 gchar *editor_command[GQ_EDITOR_SLOTS]; 827 gchar *editor_command[GQ_EDITOR_SLOTS];
826 828