pidgin/gtkthemes.c

changeset 22104
56970903b8e9
parent 19859
71d37b57eff2
child 22443
7b8772af6bb7
equal deleted inserted replaced
22103:f11f1570cd4d 22104:56970903b8e9
166 166
167 g_hash_table_destroy(already_freed); 167 g_hash_table_destroy(already_freed);
168 } 168 }
169 169
170 static void 170 static void
171 pidgin_smiley_themes_remove_non_existing() 171 pidgin_smiley_themes_remove_non_existing(void)
172 { 172 {
173 static struct smiley_theme *theme = NULL; 173 static struct smiley_theme *theme = NULL;
174 GSList *iter = NULL; 174 GSList *iter = NULL;
175 175
176 if (!smiley_themes) return ; 176 if (!smiley_themes) return ;

mercurial