diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 1 | ||||
-rw-r--r-- | src/bookmarks/ephy-topic-action.c | 1 |
2 files changed, 0 insertions, 2 deletions
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 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); |