pidgin: fac6845b: Re-order variables to follow widget hier...

qulogic at pidgin.im qulogic at pidgin.im
Wed Dec 23 03:47:33 EST 2009


-----------------------------------------------------------------
Revision: fac6845b197a67f834b52ad1150880c28d1d03aa
Ancestor: 71b09c7364e1f5560edfe9e66ef5341df1a6efa2
Author: qulogic at pidgin.im
Date: 2009-12-23T01:37:07
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/fac6845b197a67f834b52ad1150880c28d1d03aa

Modified files:
        pidgin/gtkprefs.c

ChangeLog: 

Re-order variables to follow widget hierarchy.

-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c	e8263beedd097d46218a924e739389c7d52179b0
+++ pidgin/gtkprefs.c	a721e2f76689d2726721267b45f16aeeb144f644
@@ -70,14 +70,14 @@ struct theme_info {
 	gchar *original_name;
 };
 
-static int sound_row_sel = 0;
-static GtkWidget *prefsnotebook;
+/* Main dialog */
+static GtkWidget *prefs = NULL;
 
-static GtkWidget *sound_entry = NULL;
-
-static GtkWidget *prefs = NULL;
+/* Notebook */
+static GtkWidget *prefsnotebook;
 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_smiley_themes_co
 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;
 
 /*


More information about the Commits mailing list