--- a/pidgin/gtkprefs.c Wed Dec 23 01:34:51 2009 +0000 +++ b/pidgin/gtkprefs.c Wed Dec 23 01:37:07 2009 +0000 @@ -70,14 +70,14 @@ gchar *original_name; }; -static int sound_row_sel = 0; +/* Main dialog */ +static GtkWidget *prefs = NULL; + +/* Notebook */ static GtkWidget *prefsnotebook; - -static GtkWidget *sound_entry = NULL; - -static GtkWidget *prefs = NULL; static int notebook_page = 0; +/* Themes page */ static GtkListStore *prefs_sound_themes; static GtkListStore *prefs_blist_themes; static GtkListStore *prefs_status_icon_themes; @@ -88,6 +88,9 @@ static GtkWidget *prefs_status_themes_combo_box; static GtkWidget *prefs_smiley_themes_combo_box; +/* Sound theme specific */ +static GtkWidget *sound_entry = NULL; +static int sound_row_sel = 0; static gboolean prefs_sound_themes_loading; /*