[Xfce4-commits] <xfce4-settings:master> Remove unneeded gtk 2.12 guard.
Jérôme Guelfucci
noreply at xfce.org
Thu Oct 7 18:22:01 CEST 2010
Updating branch refs/heads/master
to 894db1cd351bcfe647c637ca61b4deb56ff025ff (commit)
from dbfdb4368bdf9d0259716432285b290a29d535c3 (commit)
commit 894db1cd351bcfe647c637ca61b4deb56ff025ff
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Oct 7 18:20:34 2010 +0200
Remove unneeded gtk 2.12 guard.
dialogs/mouse-settings/main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dialogs/mouse-settings/main.c b/dialogs/mouse-settings/main.c
index 9e9dd2a..456d01f 100644
--- a/dialogs/mouse-settings/main.c
+++ b/dialogs/mouse-settings/main.c
@@ -983,9 +983,7 @@ mouse_settings_device_populate_store (GtkBuilder *builder,
{
/* set the treeview model */
gtk_tree_view_set_model (GTK_TREE_VIEW (treeview), GTK_TREE_MODEL (store));
-#if GTK_CHECK_VERSION (2, 12, 0)
gtk_tree_view_set_tooltip_column (GTK_TREE_VIEW (treeview), COLUMN_DEVICE_DISPLAY_NAME);
-#endif
/* icon renderer */
renderer = gtk_cell_renderer_pixbuf_new ();
More information about the Xfce4-commits
mailing list