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-bookmark-properties.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bookmarks/ephy-bookmark-properties.c') diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index c566678a7..537ba88e8 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -221,7 +221,6 @@ similar_deactivate_cb (GtkMenuShell *ms, GtkWidget *button) { gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), FALSE); - gtk_button_released (GTK_BUTTON (button)); } static void -- cgit v1.2.3