bump all tooltips code to gtk 2.11.6

2007-07-23  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (desktop_init): bump all tooltips code to gtk
	2.11.6

svn path=/trunk/; revision=7868
This commit is contained in:
Jens Granseuer 2007-07-23 18:43:37 +00:00 committed by Jens Granseuer
parent 0e16486c79
commit 7ea1e18d5c
2 changed files with 13 additions and 8 deletions

View file

@ -1,4 +1,9 @@
2007-07-12 Jens Granseuer <jensgr@gmx.net>
2007-07-23 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (desktop_init): bump all tooltips code to gtk
2.11.6
2007-07-23 Matthias Clasen <mclasen@redhat.com>
* appearance-desktop.c: Use new GTK+ convenience API for
icon view tooltips. (#455985)

View file

@ -927,7 +927,7 @@ desktop_init (AppearanceData *data,
GtkWidget *add_button;
GtkFileFilter *filter;
#if GTK_CHECK_VERSION (2,11,0)
#if GTK_CHECK_VERSION (2,11,6)
GtkSettings *settings;
settings = gtk_settings_get_default ();
@ -981,7 +981,7 @@ desktop_init (AppearanceData *data,
data->wp_view = GTK_ICON_VIEW (glade_xml_get_widget (data->xml, "wp_view"));
gtk_icon_view_set_model (data->wp_view, GTK_TREE_MODEL (data->wp_model));
#if GTK_CHECK_VERSION (2,11,0)
#if GTK_CHECK_VERSION (2,11,6)
g_object_set (G_OBJECT (data->wp_view), "has-tooltip", TRUE, NULL);
#endif