changeset 16669:30829e806dae

And finch is up to date
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 00:17:43 +0000
parents 07cf49a0f404
children 3d41d0d7fb9b
files finch/finch.c finch/gntdebug.c finch/gntft.c finch/gntidle.c finch/plugins/gntclipboard.c finch/plugins/gntgf.c finch/plugins/gnthistory.c finch/plugins/lastlog.c
diffstat 8 files changed, 59 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/finch/finch.c	Mon Apr 30 00:09:25 2007 +0000
+++ b/finch/finch.c	Mon Apr 30 00:17:43 2007 +0000
@@ -59,7 +59,13 @@
 	finch_prefs_init,
 	debug_init,
 	gnt_ui_init,
-	gnt_ui_uninit
+	gnt_ui_uninit,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurpleCoreUiOps *
@@ -149,7 +155,13 @@
 	g_source_remove,
 	gnt_input_add,
 	g_source_remove,
-	NULL /* input_get_error */
+	NULL, /* input_get_error */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurpleEventLoopUiOps *
--- a/finch/gntdebug.c	Mon Apr 30 00:09:25 2007 +0000
+++ b/finch/gntdebug.c	Mon Apr 30 00:17:43 2007 +0000
@@ -95,7 +95,13 @@
 static PurpleDebugUiOps uiops =
 {
 	finch_debug_print,
-	finch_debug_is_enabled
+	finch_debug_is_enabled,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 PurpleDebugUiOps *finch_debug_get_ui_ops()
--- a/finch/gntft.c	Mon Apr 30 00:09:25 2007 +0000
+++ b/finch/gntft.c	Mon Apr 30 00:17:43 2007 +0000
@@ -498,7 +498,13 @@
 	finch_xfer_add_xfer,
 	finch_xfer_update_progress,
 	finch_xfer_cancel_local,
-	finch_xfer_cancel_remote
+	finch_xfer_cancel_remote,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 /**************************************************************************
--- a/finch/gntidle.c	Mon Apr 30 00:09:25 2007 +0000
+++ b/finch/gntidle.c	Mon Apr 30 00:17:43 2007 +0000
@@ -35,7 +35,13 @@
 
 static PurpleIdleUiOps ui_ops =
 {
-	finch_get_idle_time
+	finch_get_idle_time,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 PurpleIdleUiOps *
--- a/finch/plugins/gntclipboard.c	Mon Apr 30 00:09:25 2007 +0000
+++ b/finch/plugins/gntclipboard.c	Mon Apr 30 00:17:43 2007 +0000
@@ -159,6 +159,12 @@
 	NULL,
 	NULL,
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };
 
--- a/finch/plugins/gntgf.c	Mon Apr 30 00:09:25 2007 +0000
+++ b/finch/plugins/gntgf.c	Mon Apr 30 00:17:43 2007 +0000
@@ -378,6 +378,12 @@
 	config_frame,
 	NULL,
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };
 
--- a/finch/plugins/gnthistory.c	Mon Apr 30 00:09:25 2007 +0000
+++ b/finch/plugins/gnthistory.c	Mon Apr 30 00:17:43 2007 +0000
@@ -190,6 +190,12 @@
 	NULL,
 	NULL,
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };
 
--- a/finch/plugins/lastlog.c	Mon Apr 30 00:09:25 2007 +0000
+++ b/finch/plugins/lastlog.c	Mon Apr 30 00:17:43 2007 +0000
@@ -130,6 +130,12 @@
 	NULL,
 	NULL,
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };