From fd9622bb413c881bf4b6a5447ec438f5323c58bc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 20 Feb 2013 13:13:53 -0500 Subject: 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. --- e-util/e-source-selector.c | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/e-source-selector.c') 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 (); -- cgit v1.2.3