diff options
Diffstat (limited to 'mail/em-subscription-editor.c')
-rw-r--r-- | mail/em-subscription-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c index 0962492c8c..76edaa5e5f 100644 --- a/mail/em-subscription-editor.c +++ b/mail/em-subscription-editor.c @@ -1365,6 +1365,7 @@ subscription_editor_add_store (EMSubscriptionEditor *editor, widget = gtk_tree_view_new_with_model (GTK_TREE_MODEL (tree_store)); gtk_tree_view_set_enable_search (GTK_TREE_VIEW (widget), TRUE); gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (widget), FALSE); + gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (widget), TRUE); gtk_tree_view_set_search_column ( GTK_TREE_VIEW (widget), COL_FOLDER_NAME); gtk_container_add (GTK_CONTAINER (container), widget); |