| 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; |