comparison pidgin/plugins/themeedit-icon.c @ 26774:81559f83e993

Fix two warnings in the theme editor plugin
author Paul Aurich <paul@darkrain42.org>
date Sun, 26 Apr 2009 06:22:50 +0000
parents 78bca07e6737
children 801e54fde3df
comparison
equal deleted inserted replaced
26773:803e05b3a871 26774:81559f83e993
240 gtk_widget_show_all(win); 240 gtk_widget_show_all(win);
241 241
242 return TRUE; 242 return TRUE;
243 } 243 }
244 244
245 void pidgin_icon_theme_edit(void) 245 void pidgin_icon_theme_edit(PurplePluginAction *unused)
246 { 246 {
247 GtkWidget *dialog; 247 GtkWidget *dialog;
248 GtkWidget *box, *vbox; 248 GtkWidget *box, *vbox;
249 GtkWidget *notebook; 249 GtkWidget *notebook;
250 GtkSizeGroup *sizegroup; 250 GtkSizeGroup *sizegroup;