pidgin/gtkroomlist.c

changeset 42202
2273647d24b0
parent 42175
4185b4043214
child 42575
580339aa47cc
equal deleted inserted replaced
42201:f4c0e44c3e20 42202:2273647d24b0
435 } else { 435 } else {
436 pidgin_account_chooser_set_selected(chooser, account); 436 pidgin_account_chooser_set_selected(chooser, account);
437 } 437 }
438 438
439 /* show the dialog window and return the dialog */ 439 /* show the dialog window and return the dialog */
440 gtk_widget_show(GTK_WIDGET(dialog)); 440 gtk_widget_set_visible(GTK_WIDGET(dialog), TRUE);
441 441
442 return dialog; 442 return dialog;
443 } 443 }
444 444
445 void pidgin_roomlist_dialog_show_with_account(PurpleAccount *account) 445 void pidgin_roomlist_dialog_show_with_account(PurpleAccount *account)

mercurial