Solving issue 593 with Maweso's patch + GUI cleanup of the preference window

This commit is contained in:
Hombre
2011-04-05 23:14:45 +02:00
parent f64720efce
commit 64f527f748
2 changed files with 122 additions and 80 deletions

View File

@@ -131,6 +131,10 @@ class Preferences : public Gtk::Dialog {
void themeChanged ();
void useThemeChanged();
void fontChanged ();
void forRAWComboChanged ();
void forImageComboChanged ();
void layoutComboChanged ();
void cacheFormatComboChanged ();
void switchThemeTo (Glib::ustring newTheme);
void switchFontTo (Glib::ustring newFont);