Mercurial > pidgin.yaz
diff pidgin/plugins/gevolution/gevolution.c @ 16721:89bbced1589f
Add padding to structs to fix compiler warnings
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Mon, 30 Apr 2007 18:03:57 +0000 |
| parents | 32c366eeeb99 |
| children | 4e4007a7d92e 4ca97b26a8fb |
line wrap: on
line diff
--- a/pidgin/plugins/gevolution/gevolution.c Mon Apr 30 17:57:50 2007 +0000 +++ b/pidgin/plugins/gevolution/gevolution.c Mon Apr 30 18:03:57 2007 +0000 @@ -503,7 +503,12 @@ static PidginPluginUiInfo ui_info = { get_config_frame, /**< get_config_frame */ - 0 /**< page_num */ + 0, /**< page_num */ + /* Padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -534,6 +539,12 @@ &ui_info, /**< ui_info */ NULL, /**< extra_info */ NULL, + NULL, + + /* Padding */ + NULL, + NULL, + NULL, NULL };
