diff options
Diffstat (limited to 'pidgin/gtkconv.c')
-rw-r--r-- | pidgin/gtkconv.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pidgin/gtkconv.c b/pidgin/gtkconv.c index 7150454aea..2545c7fff9 100644 --- a/pidgin/gtkconv.c +++ b/pidgin/gtkconv.c @@ -6161,6 +6161,10 @@ static PurpleConversationUiOps conversation_ui_ops = pidgin_conv_custom_smiley_write, /* custom_smiley_write */ pidgin_conv_custom_smiley_close, /* custom_smiley_close */ pidgin_conv_send_confirm, /* send_confirm */ + NULL, + NULL, + NULL, + NULL }; PurpleConversationUiOps * |