# HG changeset patch # User Paul Aurich # Date 1234928713 0 # Node ID a439f24713c829651638b3a11c88e6aeedf32b15 # Parent 163f103347f7f5c78b56a2503b0c5c838a5a056d Fix compilation errors and warnings for pidgininc (as noticed by albertz in #pidgin). diff -r 163f103347f7 -r a439f24713c8 pidgin/plugins/pidgininc.c --- a/pidgin/plugins/pidgininc.c Wed Feb 18 03:29:16 2009 +0000 +++ b/pidgin/plugins/pidgininc.c Wed Feb 18 03:45:13 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,12 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ NULL, /**< prefs_info */ - NULL /**< actions */ + NULL, /**< actions */ + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void