# HG changeset patch # User Paul Aurich # Date 1240726970 0 # Node ID 81559f83e99399fe39b4c21caa8b9bc28b0d7a6f # Parent 803e05b3a871cf472d5f1d66c9341c196b66c55b Fix two warnings in the theme editor plugin diff -r 803e05b3a871 -r 81559f83e993 pidgin/plugins/themeedit-icon.c --- 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; diff -r 803e05b3a871 -r 81559f83e993 pidgin/plugins/themeedit-icon.h --- 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 *); diff -r 803e05b3a871 -r 81559f83e993 pidgin/plugins/themeedit.c --- 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;