aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-navigation-history-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-navigation-history-action.c')
-rw-r--r--src/ephy-navigation-history-action.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ephy-navigation-history-action.c b/src/ephy-navigation-history-action.c
index dec229011..4f7f1c90e 100644
--- a/src/ephy-navigation-history-action.c
+++ b/src/ephy-navigation-history-action.c
@@ -651,10 +651,11 @@ tool_button_press_event_cb (GtkButton *button,
(GSourceFunc) menu_timeout_cb,
data,
(GDestroyNotify) g_free);
- } else if (event->button == 3)
+ return FALSE;
+ } else if (event->button == 3) {
popup_history_menu (action, GTK_WIDGET (button), event);
-
- return FALSE;
+ return TRUE;
+ }
}
static gboolean