[epiphany] ephy-home-action: add implicit NEW_TAB flag
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-home-action: add implicit NEW_TAB flag
- Date: Wed, 1 Aug 2012 15:00:39 +0000 (UTC)
commit ca2a07b004ac4462867512892bfa0d772f3abc77
Author: Zan Dobersek <zandobersek gmail com>
Date: Wed Aug 1 16:58:36 2012 +0200
ephy-home-action: add implicit NEW_TAB flag
The NewTab action is always used to new an empty tab now, so just
acknowledge the fact.
Signed-off-by: Xan Lopez <xan igalia com>
src/ephy-home-action.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-home-action.c b/src/ephy-home-action.c
index 37d164c..7518108 100644
--- a/src/ephy-home-action.c
+++ b/src/ephy-home-action.c
@@ -48,7 +48,7 @@ action_name_association (GtkAction *action,
{
ephy_home_action_open (action,
address,
- EPHY_LINK_JUMP_TO | EPHY_LINK_HOME_PAGE);
+ EPHY_LINK_NEW_TAB | EPHY_LINK_JUMP_TO | EPHY_LINK_HOME_PAGE);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]