diff options
author | Gary Kramlich <grim@reaperworld.com> | 2007-04-30 01:18:28 +0000 |
---|---|---|
committer | Gary Kramlich <grim@reaperworld.com> | 2007-04-30 01:18:28 +0000 |
commit | b83d317a78631d9477b036be2e244af4bea554b6 (patch) | |
tree | b382907ece49b30b14b3637fd3b831e3fd394e53 /pidgin/gtkconv.c | |
parent | 85dede3aef1a0c592d36ed0292b94cc2915b30fc (diff) | |
download | pidgin-padding.tar.gz |
Patch from John 'rekkanoryo' Bailey to add the padding struct members in pidginpadding
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 * |