summary refs log tree commit diff stats
path: root/src/fe-gtk/chanview-tree.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-14 20:46:42 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-14 20:46:42 +0200
commitc80cb47e5cf49c7aa0b162fc509ab08fd1b17e8a (patch)
treef16850554ffab9559826c96e728a0297777e7659 /src/fe-gtk/chanview-tree.c
parenta5cc3b15d7eb98c25ff58063079b969ad3b56e3f (diff)
Update XChat to r1516
Diffstat (limited to 'src/fe-gtk/chanview-tree.c')
-rw-r--r--src/fe-gtk/chanview-tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/chanview-tree.c b/src/fe-gtk/chanview-tree.c
index 5373f21b..88d1662b 100644
--- a/src/fe-gtk/chanview-tree.c
+++ b/src/fe-gtk/chanview-tree.c
@@ -100,10 +100,10 @@ cv_tree_init (chanview *cv)
 	/*gtk_widget_modify_base (view, GTK_STATE_NORMAL, &colors[COL_BG]);*/
 	GTK_WIDGET_UNSET_FLAGS (view, GTK_CAN_FOCUS);
 	gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (view), FALSE);
-#if GTK_CHECK_VERSION(2,10,0)
+
 	if (!(prefs.gui_tweaks & 8))
 		gtk_tree_view_set_enable_tree_lines (GTK_TREE_VIEW (view), TRUE);
-#endif
+
 	gtk_container_add (GTK_CONTAINER (win), view);
 
 	/* icon column */