Mercurial > pidgin.yaz
diff pidgin/gtkeventloop.c @ 16681:fbf111436896
Patch from John 'rekkanoryo' Bailey to add the padding struct members in pidgin
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Mon, 30 Apr 2007 01:18:28 +0000 |
| parents | 247e421c4fa6 |
| children | f2d8658b3a86 |
line wrap: on
line diff
--- a/pidgin/gtkeventloop.c Mon Apr 30 01:08:22 2007 +0000 +++ b/pidgin/gtkeventloop.c Mon Apr 30 01:18:28 2007 +0000 @@ -119,7 +119,11 @@ g_source_remove, pidgin_input_add, g_source_remove, - NULL /* input_get_error */ + NULL, /* input_get_error */ + NULL, + NULL, + NULL, + NULL }; PurpleEventLoopUiOps *
