pidgin/gtkprefs.c

changeset 29148
f01e7c551d10
parent 28930
4b7f980b13d3
child 29149
773c9d17e637
equal deleted inserted replaced
29147:68498038891f 29148:f01e7c551d10
74 static GtkWidget *prefsnotebook; 74 static GtkWidget *prefsnotebook;
75 75
76 static GtkWidget *sound_entry = NULL; 76 static GtkWidget *sound_entry = NULL;
77 77
78 static GtkWidget *prefs = NULL; 78 static GtkWidget *prefs = NULL;
79 static GtkWidget *debugbutton = NULL;
80 static int notebook_page = 0; 79 static int notebook_page = 0;
81 80
82 static GtkListStore *prefs_sound_themes; 81 static GtkListStore *prefs_sound_themes;
83 static GtkListStore *prefs_blist_themes; 82 static GtkListStore *prefs_blist_themes;
84 static GtkListStore *prefs_status_icon_themes; 83 static GtkListStore *prefs_status_icon_themes;
334 /* Unregister callbacks. */ 333 /* Unregister callbacks. */
335 purple_prefs_disconnect_by_handle(prefs); 334 purple_prefs_disconnect_by_handle(prefs);
336 335
337 prefs = NULL; 336 prefs = NULL;
338 sound_entry = NULL; 337 sound_entry = NULL;
339 debugbutton = NULL;
340 notebook_page = 0; 338 notebook_page = 0;
341 } 339 }
342 340
343 static gchar * 341 static gchar *
344 get_theme_markup(const char *name, gboolean custom, const char *author, 342 get_theme_markup(const char *name, gboolean custom, const char *author,

mercurial