| 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) |