pidgin/plugins/themeedit.c

changeset 26869
210aa82531fe
parent 26841
4de3b5aa28c5
child 30010
2b3e5bbd0492
equal deleted inserted replaced
26868:5c99daf94155 26869:210aa82531fe
211 211
212 return hbox; 212 return hbox;
213 } 213 }
214 214
215 static void 215 static void
216 pidgin_blist_theme_edit(void) 216 pidgin_blist_theme_edit(PurplePluginAction *unused)
217 { 217 {
218 GtkWidget *dialog; 218 GtkWidget *dialog;
219 GtkWidget *box; 219 GtkWidget *box;
220 GtkSizeGroup *group; 220 GtkSizeGroup *group;
221 PidginBlistTheme *theme; 221 PidginBlistTheme *theme;

mercurial