aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-source-selector.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-21 02:13:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-21 05:35:58 +0800
commitfd9622bb413c881bf4b6a5447ec438f5323c58bc (patch)
tree69f9fece0995797fcf4397a92615e66b9cc27fae /e-util/e-source-selector.c
parent5488c24819de10d0b9c4dc1c512adc859d47a777 (diff)
downloadgsoc2013-evolution-fd9622bb413c881bf4b6a5447ec438f5323c58bc.tar
gsoc2013-evolution-fd9622bb413c881bf4b6a5447ec438f5323c58bc.tar.gz
gsoc2013-evolution-fd9622bb413c881bf4b6a5447ec438f5323c58bc.tar.bz2
gsoc2013-evolution-fd9622bb413c881bf4b6a5447ec438f5323c58bc.tar.lz
gsoc2013-evolution-fd9622bb413c881bf4b6a5447ec438f5323c58bc.tar.xz
gsoc2013-evolution-fd9622bb413c881bf4b6a5447ec438f5323c58bc.tar.zst
gsoc2013-evolution-fd9622bb413c881bf4b6a5447ec438f5323c58bc.zip
EClientSelector: Add a backend status icon.
Append a tree view column to display a symbolic icon hinting at backend status. Currently this only displays icons for online/offline and when the backend dies. I'd also like to add a spinner icon to indicate when we're processing a query and for other long-running activities.
Diffstat (limited to 'e-util/e-source-selector.c')
-rw-r--r--e-util/e-source-selector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-source-selector.c b/e-util/e-source-selector.c
index 15f7781dcb..7bec039295 100644
--- a/e-util/e-source-selector.c
+++ b/e-util/e-source-selector.c
@@ -1307,6 +1307,7 @@ e_source_selector_init (ESourceSelector *selector)
gtk_tree_view_set_model (tree_view, GTK_TREE_MODEL (tree_store));
column = gtk_tree_view_column_new ();
+ gtk_tree_view_column_set_expand (column, TRUE);
gtk_tree_view_append_column (tree_view, column);
renderer = e_cell_renderer_color_new ();