diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-30 02:54:27 +0800 |
---|---|---|
committer | Piers Cornwell <piers@src.gnome.org> | 2004-03-30 02:54:27 +0800 |
commit | dd6f51a6cc753ed0182b2ca6e5dc3d69bea2f375 (patch) | |
tree | af510891de648bd729d9d53993ee8e6ac142e574 /src/popup-commands.h | |
parent | f915ef04766ad74fb64fdb1589e73eae5324d465 (diff) | |
download | gsoc2013-epiphany-dd6f51a6cc753ed0182b2ca6e5dc3d69bea2f375.tar gsoc2013-epiphany-dd6f51a6cc753ed0182b2ca6e5dc3d69bea2f375.tar.gz gsoc2013-epiphany-dd6f51a6cc753ed0182b2ca6e5dc3d69bea2f375.tar.bz2 gsoc2013-epiphany-dd6f51a6cc753ed0182b2ca6e5dc3d69bea2f375.tar.lz gsoc2013-epiphany-dd6f51a6cc753ed0182b2ca6e5dc3d69bea2f375.tar.xz gsoc2013-epiphany-dd6f51a6cc753ed0182b2ca6e5dc3d69bea2f375.tar.zst gsoc2013-epiphany-dd6f51a6cc753ed0182b2ca6e5dc3d69bea2f375.zip |
Remove Open Image in New Tab and New Window from the context menu.
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
* src/popup-commands.c:
* src/popup-commands.h:
* data/ui/epiphany-ui.xml:
Remove Open Image in New Tab and New Window from the
context menu.
Diffstat (limited to 'src/popup-commands.h')
-rw-r--r-- | src/popup-commands.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/popup-commands.h b/src/popup-commands.h index b999b28da..d0d6cc719 100644 --- a/src/popup-commands.h +++ b/src/popup-commands.h @@ -28,12 +28,6 @@ void popup_cmd_link_in_new_window (GtkAction *action, void popup_cmd_link_in_new_tab (GtkAction *action, EphyWindow *window); -void popup_cmd_image_in_new_tab (GtkAction *action, - EphyWindow *window); - -void popup_cmd_image_in_new_window (GtkAction *action, - EphyWindow *window); - void popup_cmd_bookmark_link (GtkAction *action, EphyWindow *window); |