]> Dogcows Code - chaz/homebank/blobdiff - src/ui-pref.h
revert whitespace fixes
[chaz/homebank] / src / ui-pref.h
index 2ea1703882dd775947a4ea17fe10fdc8f35c3588..ec6fc2e73e7f93ee2693193c3d7d76bb865ecd35 100644 (file)
@@ -134,8 +134,23 @@ struct defpref_data
         
        gint            country;
 
+       GtkWidget       *PI_plugin_columns;
 };
 
+enum
+{
+       PREF_GENERAL,
+       PREF_INTERFACE,
+       PREF_LOCALE,    //old DISPLAY
+       PREF_TXN,               //old COLUMNS
+       PREF_IMPORT,
+       PREF_REPORT,
+       PREF_BACKUP,
+       PREF_FOLDERS,
+       PREF_EURO,
+       PREF_PLUGINS,
+       PREF_MAX
+};
 
 typedef struct 
 {
@@ -169,6 +184,6 @@ enum {
 void free_pref_icons(void);
 void load_pref_icons(void);
 
-GtkWidget *defpref_dialog_new (void);
+GtkWidget *defpref_dialog_new (gint initial_selection);
 
 #endif
This page took 0.025292 seconds and 4 git commands to generate.