diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-26 19:53:07 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-30 17:20:59 +0800 |
commit | c9c1f10a1684e62f9e628974206578bb2f79ace3 (patch) | |
tree | 2db0857d5c6b2bc9db4a7579888399d2a8dbe9cf /src | |
parent | 5c93e102dc5ac20a01a805e1f8bfc5d1986fedb0 (diff) | |
download | gsoc2013-empathy-c9c1f10a1684e62f9e628974206578bb2f79ace3.tar gsoc2013-empathy-c9c1f10a1684e62f9e628974206578bb2f79ace3.tar.gz gsoc2013-empathy-c9c1f10a1684e62f9e628974206578bb2f79ace3.tar.bz2 gsoc2013-empathy-c9c1f10a1684e62f9e628974206578bb2f79ace3.tar.lz gsoc2013-empathy-c9c1f10a1684e62f9e628974206578bb2f79ace3.tar.xz gsoc2013-empathy-c9c1f10a1684e62f9e628974206578bb2f79ace3.tar.zst gsoc2013-empathy-c9c1f10a1684e62f9e628974206578bb2f79ace3.zip |
Unsensitive roomlist expander if roomlist is not supported (#614002)
Diffstat (limited to 'src')
-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); } |