[bijiben] CollectionsDialog: do not show headers
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] CollectionsDialog: do not show headers
- Date: Sun, 3 Feb 2013 22:56:03 +0000 (UTC)
commit 59312f9dd4fdea0c0fa69582335c22bca36f41fa
Author: Pierre-Yves Luyten <py luyten fr>
Date: Sun Feb 3 23:55:36 2013 +0100
CollectionsDialog: do not show headers
src/bjb-note-tag-dialog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/bjb-note-tag-dialog.c b/src/bjb-note-tag-dialog.c
index 95889dc..1d2351c 100644
--- a/src/bjb-note-tag-dialog.c
+++ b/src/bjb-note-tag-dialog.c
@@ -396,6 +396,7 @@ bjb_note_tag_dialog_constructed (GObject *obj)
update_collections_model_async (self);
priv->view = GTK_TREE_VIEW (gtk_tree_view_new_with_model (GTK_TREE_MODEL (priv->store)));
+ gtk_tree_view_set_headers_visible (priv->view, FALSE);
g_object_unref (self->priv->store);
gtk_tree_view_set_rules_hint (priv->view, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]