From da765e7da76ec0614499023f4ef9945279a19e0c Mon Sep 17 00:00:00 2001 From: Alexandre Mazari Date: Tue, 22 Feb 2011 22:30:21 +0100 Subject: Remove deprecated gtk_button_pressed/released usage Remove useless calls to gtk_button_release. Those calls had no effect, since they were following calls to gtk_toggle_button_set_active (FALSE) doing implicit release. https://bugzilla.gnome.org/show_bug.cgi?id=628364 --- src/bookmarks/ephy-topic-action.c | 1 - 1 file changed, 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 32d922f14..d59d62291 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -284,7 +284,6 @@ button_deactivate_cb (GtkMenuShell *ms, GtkWidget *window = gtk_widget_get_ancestor (button, GTK_TYPE_WINDOW); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), FALSE); - gtk_button_released (GTK_BUTTON (button)); g_object_set_data (G_OBJECT (window), "active-topic-action-button", NULL); -- cgit v1.2.3