# HG changeset patch # User Etan Reisner # Date 1234928387 0 # Node ID eebd46227f50f1fab3e4e1f58230627bb200fe0d # Parent 62de664662b142adad55800d7d6986c9a6c0b1b5 s/pidgindialogs_about/pidgin_dialogs_about/ to fix compiling also add some missing padding from the PluginInfo struct to silence a warning. diff -r 62de664662b1 -r eebd46227f50 pidgin/plugins/pidgininc.c --- a/pidgin/plugins/pidgininc.c Wed Feb 18 03:33:37 2009 +0000 +++ b/pidgin/plugins/pidgininc.c Wed Feb 18 03:39:47 2009 +0000 @@ -6,7 +6,7 @@ #include "conversation.h" #include "version.h" -/* include UI for pidgindialogs_about() */ +/* include UI for pidgin_dialogs_about() */ #include "gtkplugin.h" #include "gtkdialogs.h" @@ -16,7 +16,7 @@ echo_hi(PurpleConnection *gc) { /* this doesn't do much, just lets you know who we are :) */ - pidgindialogs_about(); + pidgin_dialogs_about(); } static gboolean @@ -108,7 +108,13 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ NULL, /**< prefs_info */ - NULL /**< actions */ + NULL, /**< actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void