pidgin/pidginchanneljoindialog.c

changeset 42799
8b06291db25c
parent 42575
580339aa47cc
child 43080
dd2d26e6c6f9
equal deleted inserted replaced
42798:1c536113a68a 42799:8b06291db25c
286 286
287 gtk_custom_filter_set_filter_func(dialog->filter, 287 gtk_custom_filter_set_filter_func(dialog->filter,
288 pidgin_channel_join_dialog_filter_accounts, 288 pidgin_channel_join_dialog_filter_accounts,
289 NULL, NULL); 289 NULL, NULL);
290 290
291 dialog->details = purple_channel_join_details_new(FALSE, FALSE); 291 dialog->details = purple_channel_join_details_new(0, FALSE, 0, FALSE, 0);
292 292
293 /* Bind the visible properties. */ 293 /* Bind the visible properties. */
294 g_object_bind_property(dialog->details, "nickname-supported", 294 g_object_bind_property(dialog->details, "nickname-supported",
295 dialog->nickname, "visible", 295 dialog->nickname, "visible",
296 G_BINDING_DEFAULT | G_BINDING_SYNC_CREATE); 296 G_BINDING_DEFAULT | G_BINDING_SYNC_CREATE);

mercurial