From cbea51644e5143aaa535a972174a0269a63d2505 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 8 Feb 2009 12:15:25 +0000 Subject: Use gtk_activatable_get_related_action instead of the deprecated gtk_widget_get_action. svn path=/trunk/; revision=8771 --- src/bookmarks/ephy-topic-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookmarks/ephy-topic-action.c') diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index 0ef63a50d..512a6a067 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -376,7 +376,7 @@ button_enter_cb (GtkWidget *button, gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (active_button))) { EphyTopicAction *active_action; - active_action = gtk_widget_get_action (GTK_WIDGET (active_button)); + active_action = (EphyTopicAction*)gtk_activatable_get_related_action (GTK_ACTIVATABLE (active_button)); erase_popup (active_action); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (active_button), FALSE); -- cgit v1.2.3