# HG changeset patch # User Elliott Sales de Andrade # Date 1261532227 0 # Node ID aec354f08f7c360cd3ce38f42369ea8980afa180 # Parent c83cec74147e2f0db143d80b513d16ab4b220dbe Re-order variables to follow widget hierarchy. diff -r c83cec74147e -r aec354f08f7c pidgin/gtkprefs.c --- 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; /*