diff options
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 }; |