# HG changeset patch # User Elliott Sales de Andrade # Date 1276130272 0 # Node ID 2a51b2c643d28d00844e618ac8b762b333d49509 # Parent 48f41640adeea027d616dc1890c33463a5755595 gpointer* is redundant. diff -r 48f41640adee -r 2a51b2c643d2 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Wed Jun 09 17:36:49 2010 +0000 +++ b/pidgin/gtkblist.c Thu Jun 10 00:37:52 2010 +0000 @@ -4590,7 +4590,7 @@ } static void -plugin_changed_cb(PurplePlugin *p, gpointer *data) +plugin_changed_cb(PurplePlugin *p, gpointer data) { pidgin_blist_update_plugin_actions(); }