diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-14 04:58:16 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-14 04:58:16 +0800 |
commit | 1a6118c2d8524c48261bdcb2aa9eedbe39bb2173 (patch) | |
tree | 11ba7d7346002fb5f23047f602a232014cf441f2 /src | |
parent | 6996cf034f17f67281eef72533a7ff83f943777e (diff) | |
download | gsoc2013-epiphany-1a6118c2d8524c48261bdcb2aa9eedbe39bb2173.tar.gz gsoc2013-epiphany-1a6118c2d8524c48261bdcb2aa9eedbe39bb2173.tar.zst gsoc2013-epiphany-1a6118c2d8524c48261bdcb2aa9eedbe39bb2173.zip |
Forgot to change action entries for last commit.
2004-05-13 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Forgot to change action entries for last commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 2dace4c15..fced25c38 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -270,10 +270,6 @@ static GtkActionEntry ephy_popups_entries [] = { /* Framed document */ { "OpenFrame", NULL, N_("_Open Frame"), NULL, NULL, G_CALLBACK (popup_cmd_open_frame) }, - { "OpenFrameInNewWindow", NULL, N_("Open Frame in _New Window"), NULL, - NULL, G_CALLBACK (popup_cmd_frame_in_new_window) }, - { "OpenFrameInNewTab", NULL, N_("Open Frame in New _Tab"), NULL, - NULL, G_CALLBACK (popup_cmd_frame_in_new_tab) }, /* Links */ { "OpenLink", GTK_STOCK_OPEN, N_("_Open Link"), |