diff options
-rw-r--r-- | src/ephy-navigation-history-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-navigation-history-action.c b/src/ephy-navigation-history-action.c index 4f7f1c90e..92be4ce6f 100644 --- a/src/ephy-navigation-history-action.c +++ b/src/ephy-navigation-history-action.c @@ -651,11 +651,11 @@ tool_button_press_event_cb (GtkButton *button, (GSourceFunc) menu_timeout_cb, data, (GDestroyNotify) g_free); - return FALSE; } else if (event->button == 3) { popup_history_menu (action, GTK_WIDGET (button), event); return TRUE; } + return FALSE; } static gboolean |