Mercurial > pidgin
changeset 25482:a439f24713c8
Fix compilation errors and warnings for pidgininc (as noticed by albertz in #pidgin).
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 18 Feb 2009 03:45:13 +0000 |
parents | 163f103347f7 |
children | ba717632d0da |
files | pidgin/plugins/pidgininc.c |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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