diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-16 07:47:33 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-16 07:47:33 +0800 |
commit | 3241ea896ff4f8939c038ab65f03948d026ed520 (patch) | |
tree | 4cf5adff6fe56404f7cbb49f0e86bf4b9720965a /data | |
parent | d5b5f70b1cca8ea489ca5be9900d0b47275b5a23 (diff) | |
download | gsoc2013-epiphany-3241ea896ff4f8939c038ab65f03948d026ed520.tar gsoc2013-epiphany-3241ea896ff4f8939c038ab65f03948d026ed520.tar.gz gsoc2013-epiphany-3241ea896ff4f8939c038ab65f03948d026ed520.tar.bz2 gsoc2013-epiphany-3241ea896ff4f8939c038ab65f03948d026ed520.tar.lz gsoc2013-epiphany-3241ea896ff4f8939c038ab65f03948d026ed520.tar.xz gsoc2013-epiphany-3241ea896ff4f8939c038ab65f03948d026ed520.tar.zst gsoc2013-epiphany-3241ea896ff4f8939c038ab65f03948d026ed520.zip |
Remove some obsolete entries.
2003-06-16 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/nautilus-epiphany-view.xml.in:
Remove some obsolete entries.
* embed/Makefile.am:
* embed/ephy-embed-event.c: (ephy_embed_event_init),
(ephy_embed_event_get_event_type):
* embed/ephy-embed-event.h:
Make more generic and allow to make distinction
between mouse and key events.
* embed/ephy-embed-popup-bw.c:
* embed/ephy-embed-popup-bw.h:
Remove, unused.
* embed/ephy-embed.c: (ephy_embed_base_init):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
Emit context signals only when necessary,
get rid of unused mouse_down signal.
* embed/ephy-embed-popup-control.c:
(ephy_embed_popup_control_show_impl):
* embed/mozilla/EventContext.cpp:
* src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init),
(gnv_embed_dom_mouse_click_cb), (gnv_embed_context_menu_cb):
* src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb),
(ephy_tab_context_menu_cb):
Use new event api.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/nautilus-epiphany-view.xml.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/ui/nautilus-epiphany-view.xml.in b/data/ui/nautilus-epiphany-view.xml.in index 325c7782f..3d9a5ffd1 100644 --- a/data/ui/nautilus-epiphany-view.xml.in +++ b/data/ui/nautilus-epiphany-view.xml.in @@ -94,7 +94,6 @@ <menuitem name="DPSavePageAs" verb=""/> <menuitem name="DPSaveBackgroundAs" verb=""/> <menuitem name="DPCopyLocation" verb=""/> - <submenu name="DPOpenWith" _label="Open With"/> <placeholder name="FrameItems"> <separator/> <menuitem name="DPOpenFrame" verb=""/> @@ -118,7 +117,6 @@ </placeholder> <placeholder name="ImageItems"> <menuitem name="EPOpenImage" verb=""/> - <submenu name="EPOpenImageWith" _label="Open Image With"/> <menuitem name="EPOpenImageInNewWindow" verb=""/> <menuitem name="EPSaveImageAs" verb=""/> <menuitem name="EPSetImageAsBackground" verb=""/> |