Mercurial > pidgin
changeset 28813:aec354f08f7c
Re-order variables to follow widget hierarchy.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 23 Dec 2009 01:37:07 +0000 |
parents | c83cec74147e |
children | 9bf6fe097c9c |
files | pidgin/gtkprefs.c |
diffstat | 1 files changed, 8 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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; /*