Show rows hint in accounts and folder view for gtk
[modest] / src / widgets / modest-account-view.c
index 9d263b0..a74b561 100644 (file)
@@ -691,6 +691,7 @@ modest_account_view_new (ModestAccountMgr *account_mgr)
        
        /* Hide headers by default */
        gtk_tree_view_set_headers_visible ((GtkTreeView *)obj, FALSE);
+       gtk_tree_view_set_rules_hint ((GtkTreeView *) obj, TRUE);
 
        return MODEST_ACCOUNT_VIEW (obj);
 }