summaryrefslogtreecommitdiff
path: root/src/gui/panels/symbols.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-02-22 19:09:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-02-22 19:09:36 (GMT)
commit08f3cc8d6262c9b5412a008c6210e88cd840da85 (patch)
tree087e1de61979402b712068603fd5ceb4ec332f70 /src/gui/panels/symbols.c
parentb639c1f4abca32152bf88f8fd47a9cd114da701b (diff)
Fixed a few GLib/GTK compilation warnings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@477 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/panels/symbols.c')
-rw-r--r--src/gui/panels/symbols.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/panels/symbols.c b/src/gui/panels/symbols.c
index 40f1f76..7be9749 100644
--- a/src/gui/panels/symbols.c
+++ b/src/gui/panels/symbols.c
@@ -323,7 +323,6 @@ static void g_symbols_panel_init(GSymbolsPanel *panel)
treeview = gtk_tree_view_new_with_model(GTK_TREE_MODEL(panel->store));
gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(treeview), FALSE);
gtk_tree_view_set_enable_tree_lines(GTK_TREE_VIEW(treeview), TRUE);
- gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(treeview), TRUE);
panel->treeview = GTK_TREE_VIEW(treeview);