changeset 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 803e05b3a871
children 46b1d6eca6ef
files pidgin/plugins/themeedit-icon.c pidgin/plugins/themeedit-icon.h pidgin/plugins/themeedit.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
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;
--- a/pidgin/plugins/themeedit-icon.h	Sun Apr 26 03:18:07 2009 +0000
+++ b/pidgin/plugins/themeedit-icon.h	Sun Apr 26 06:22:50 2009 +0000
@@ -1,2 +1,2 @@
-void pidgin_icon_theme_edit(void);
+void pidgin_icon_theme_edit(PurplePluginAction *);
 
--- a/pidgin/plugins/themeedit.c	Sun Apr 26 03:18:07 2009 +0000
+++ b/pidgin/plugins/themeedit.c	Sun Apr 26 06:22:50 2009 +0000
@@ -213,7 +213,7 @@
 }
 
 static void
-pidgin_blist_theme_edit(void)
+pidgin_blist_theme_edit(PurplePluginAction *unused)
 {
 	GtkWidget *dialog;
 	GtkWidget *box;