aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/bookmarks/ephy-bookmark-action.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0462c065b..f13e5b2f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-07-10 Christian Persch <chpe@gnome.org>
+ * src/bookmarks/ephy-bookmark-action.c: (connect_proxy):
+
+ Use gtk_widget_set_has_tooltip here.
+
+2007-07-10 Christian Persch <chpe@gnome.org>
+
* embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
(ephy_embed_shell_get_page_setup),
(ephy_embed_shell_set_print_settings),
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c
index d27305d01..aa6de32e0 100644
--- a/src/bookmarks/ephy-bookmark-action.c
+++ b/src/bookmarks/ephy-bookmark-action.c
@@ -485,7 +485,7 @@ connect_proxy (GtkAction *action,
G_CALLBACK (toolbar_reconfigured_cb), action);
/* FIXME: maybe make the tooltip cover only the button, not also the entry (if there is one?) */
- g_object_set (proxy, "has-tooltip", TRUE, NULL);
+ gtk_widget_set_has_tooltip (proxy, TRUE);
g_signal_connect (proxy, "query-tooltip",
G_CALLBACK (query_tooltip_cb), action);