diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-18 20:35:36 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-26 00:04:20 +0800 |
commit | e3496e8e45bc201a55f64c000933ca30df86e43a (patch) | |
tree | f8a1b2f6af2e6c8860c94746f0ba423e353f9756 /src/empathy-main-window.c | |
parent | 99ff3fc5e1115987daffeb3ba3ea75bace884247 (diff) | |
download | gsoc2013-empathy-e3496e8e45bc201a55f64c000933ca30df86e43a.tar gsoc2013-empathy-e3496e8e45bc201a55f64c000933ca30df86e43a.tar.gz gsoc2013-empathy-e3496e8e45bc201a55f64c000933ca30df86e43a.tar.bz2 gsoc2013-empathy-e3496e8e45bc201a55f64c000933ca30df86e43a.tar.lz gsoc2013-empathy-e3496e8e45bc201a55f64c000933ca30df86e43a.tar.xz gsoc2013-empathy-e3496e8e45bc201a55f64c000933ca30df86e43a.tar.zst gsoc2013-empathy-e3496e8e45bc201a55f64c000933ca30df86e43a.zip |
Show protocol in compat mode too
There is no reason to not to (#607207).
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 82aa6b1d1..e9b1983d3 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -810,9 +810,6 @@ main_window_view_contacts_list_size_cb (GtkRadioAction *action, value == CONTACT_LIST_NORMAL_SIZE_WITH_AVATARS); empathy_contact_list_store_set_is_compact (window->list_store, value == CONTACT_LIST_COMPACT_SIZE); - - gtk_action_set_sensitive (GTK_ACTION (window->show_protocols), - value != CONTACT_LIST_COMPACT_SIZE ); } static void main_window_notify_show_protocols_cb (EmpathyConf *conf, |