diff options
Diffstat (limited to 'src/bookmarks/ephy-topic-action.c')
-rw-r--r-- | src/bookmarks/ephy-topic-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index 32d922f14..d812a7732 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -284,7 +284,7 @@ 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_signal_emit_by_name (button, "button-release-event"); g_object_set_data (G_OBJECT (window), "active-topic-action-button", NULL); |