diff options
-rw-r--r-- | src/empathy-new-chatroom-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index d4302dc55..11bf0835c 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -549,6 +549,8 @@ new_chatroom_dialog_account_changed_cb (GtkComboBox *combobox, } } + gtk_widget_set_sensitive (dialog->expander_browse, dialog->room_list != NULL); + out: new_chatroom_dialog_update_widgets (dialog); } |