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/gtkblist.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/gtkblist.c')
-rw-r--r-- | pidgin/gtkblist.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pidgin/gtkblist.c b/pidgin/gtkblist.c index 03bcf5a4df..7b8adb8040 100644 --- a/pidgin/gtkblist.c +++ b/pidgin/gtkblist.c @@ -5865,7 +5865,11 @@ static PurpleBlistUiOps blist_ui_ops = pidgin_blist_set_visible, pidgin_blist_request_add_buddy, pidgin_blist_request_add_chat, - pidgin_blist_request_add_group + pidgin_blist_request_add_group, + NULL, + NULL, + NULL, + NULL }; |