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/gtkroomlist.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/gtkroomlist.c')
-rw-r--r-- | pidgin/gtkroomlist.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pidgin/gtkroomlist.c b/pidgin/gtkroomlist.c index 95f287b6ec..a22a162a19 100644 --- a/pidgin/gtkroomlist.c +++ b/pidgin/gtkroomlist.c @@ -789,7 +789,11 @@ static PurpleRoomlistUiOps ops = { pidgin_roomlist_set_fields, pidgin_roomlist_add_room, pidgin_roomlist_in_progress, - pidgin_roomlist_destroy + pidgin_roomlist_destroy, + NULL, + NULL, + NULL, + NULL }; |