diff 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
line wrap: on
line diff
--- a/pidgin/plugins/themeedit-icon.c	Sun Apr 26 03:18:07 2009 +0000
+++ b/pidgin/plugins/themeedit-icon.c	Sun Apr 26 06:22:50 2009 +0000
@@ -242,7 +242,7 @@
 	return TRUE;
 }
 
-void pidgin_icon_theme_edit(void)
+void pidgin_icon_theme_edit(PurplePluginAction *unused)
 {
 	GtkWidget *dialog;
 	GtkWidget *box, *vbox;