# HG changeset patch # User Gary Kramlich # Date 1177895302 0 # Node ID 072e10e530374fc37191f58363dec139568895b0 # Parent 98b4e313b9ba7bc8817f46b9baf7eef3bbc5f835 20:06 < SimGuy> grim: add padding to the two win32 plugins while you're at it :P 20:06 < grim> SimGuy: will do diff -r 98b4e313b9ba -r 072e10e53037 pidgin/plugins/win32/transparency/win2ktrans.c --- 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 diff -r 98b4e313b9ba -r 072e10e53037 pidgin/plugins/win32/winprefs/winprefs.c --- 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 };