changeset 25486:eebd46227f50

s/pidgindialogs_about/pidgin_dialogs_about/ to fix compiling also add some missing padding from the PluginInfo struct to silence a warning.
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 18 Feb 2009 03:39:47 +0000
parents 62de664662b1
children 96af49d5758d
files pidgin/plugins/pidgininc.c
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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