diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-14 04:56:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-14 04:56:00 +0800 |
commit | 6996cf034f17f67281eef72533a7ff83f943777e (patch) | |
tree | aa46e2de38767aac403602ba5d1cbb63abf98d9b /src/popup-commands.h | |
parent | b05d498059ff15a36ecd32964e090d7970b2a826 (diff) | |
download | gsoc2013-epiphany-6996cf034f17f67281eef72533a7ff83f943777e.tar gsoc2013-epiphany-6996cf034f17f67281eef72533a7ff83f943777e.tar.gz gsoc2013-epiphany-6996cf034f17f67281eef72533a7ff83f943777e.tar.bz2 gsoc2013-epiphany-6996cf034f17f67281eef72533a7ff83f943777e.tar.lz gsoc2013-epiphany-6996cf034f17f67281eef72533a7ff83f943777e.tar.xz gsoc2013-epiphany-6996cf034f17f67281eef72533a7ff83f943777e.tar.zst gsoc2013-epiphany-6996cf034f17f67281eef72533a7ff83f943777e.zip |
Simplify context menu wrt. frames. Fixes bug #138442.
2004-05-13 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
* src/popup-commands.c:
* src/popup-commands.h:
Simplify context menu wrt. frames. Fixes bug #138442.
Diffstat (limited to 'src/popup-commands.h')
-rw-r--r-- | src/popup-commands.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/popup-commands.h b/src/popup-commands.h index d0d6cc719..543967da9 100644 --- a/src/popup-commands.h +++ b/src/popup-commands.h @@ -31,15 +31,6 @@ void popup_cmd_link_in_new_tab (GtkAction *action, void popup_cmd_bookmark_link (GtkAction *action, EphyWindow *window); -void popup_cmd_frame_in_new_tab (GtkAction *action, - EphyWindow *window); - -void popup_cmd_frame_in_new_window (GtkAction *action, - EphyWindow *window); - -void popup_cmd_add_frame_bookmark (GtkAction *action, - EphyWindow *window); - void popup_cmd_view_source (GtkAction *action, EphyWindow *window); |