diff options
Diffstat (limited to 'pidgin/gtkeventloop.c')
-rw-r--r-- | pidgin/gtkeventloop.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pidgin/gtkeventloop.c b/pidgin/gtkeventloop.c index 662d6bb3f3..d8b0623bcc 100644 --- a/pidgin/gtkeventloop.c +++ b/pidgin/gtkeventloop.c @@ -119,7 +119,11 @@ static PurpleEventLoopUiOps eventloop_ops = g_source_remove, pidgin_input_add, g_source_remove, - NULL /* input_get_error */ + NULL, /* input_get_error */ + NULL, + NULL, + NULL, + NULL }; PurpleEventLoopUiOps * |