changeset 16672:072e10e53037

20:06 < SimGuy> grim: add padding to the two win32 plugins while you're at it :P 20:06 < grim> SimGuy: will do
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 01:08:22 +0000
parents 98b4e313b9ba
children fbf111436896
files pidgin/plugins/win32/transparency/win2ktrans.c pidgin/plugins/win32/winprefs/winprefs.c
diffstat 2 files changed, 27 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/plugins/win32/transparency/win2ktrans.c	Mon Apr 30 00:42:33 2007 +0000
+++ b/pidgin/plugins/win32/transparency/win2ktrans.c	Mon Apr 30 01:08:22 2007 +0000
@@ -641,7 +641,13 @@
 static PidginPluginUiInfo ui_info =
 {
 	get_config_frame,
-	0 /* page_num (Reserved) */
+	0, /* page_num (Reserved) */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo info =
@@ -670,7 +676,13 @@
 	&ui_info,			/**< ui_info        */
 	NULL,				/**< extra_info     */
 	NULL,				/**< prefs_info     */
-	NULL				/**< actions        */
+	NULL,				/**< actions        */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static void
--- a/pidgin/plugins/win32/winprefs/winprefs.c	Mon Apr 30 00:42:33 2007 +0000
+++ b/pidgin/plugins/win32/winprefs/winprefs.c	Mon Apr 30 01:08:22 2007 +0000
@@ -352,7 +352,13 @@
 static PidginPluginUiInfo ui_info =
 {
 	get_config_frame,
-	0
+	0,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo info =
@@ -378,6 +384,12 @@
 	&ui_info,
 	NULL,
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };