diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-06-27 02:28:44 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-06-27 02:28:44 +0800 |
commit | e497b299846293f001ad98f2b7dca3e68db2bf26 (patch) | |
tree | 967f73acbdd043c9f935d8e86093d7c35718b2bf /data/ui/epiphany-ui.xml | |
parent | 4119e2dbc0194ff0bc2d7c903b10cd35180b32b0 (diff) | |
download | gsoc2013-epiphany-e497b299846293f001ad98f2b7dca3e68db2bf26.tar gsoc2013-epiphany-e497b299846293f001ad98f2b7dca3e68db2bf26.tar.gz gsoc2013-epiphany-e497b299846293f001ad98f2b7dca3e68db2bf26.tar.bz2 gsoc2013-epiphany-e497b299846293f001ad98f2b7dca3e68db2bf26.tar.lz gsoc2013-epiphany-e497b299846293f001ad98f2b7dca3e68db2bf26.tar.xz gsoc2013-epiphany-e497b299846293f001ad98f2b7dca3e68db2bf26.tar.zst gsoc2013-epiphany-e497b299846293f001ad98f2b7dca3e68db2bf26.zip |
Implement File->Work Off-Line command and backend. No DBUS/HAL/whatever
2004-06-26 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init),
(ephy_embed_single_set_offline_mode),
(ephy_embed_single_get_offline_mode):
* embed/ephy-embed-single.h:
* embed/mozilla/EphySingle.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
* src/ephy-window.c: (network_status_changed), (ephy_window_init),
(ephy_window_finalize):
* src/window-commands.c: (window_cmd_file_save_as),
(window_cmd_file_work_offline):
* src/window-commands.h:
Implement File->Work Off-Line command and backend.
No DBUS/HAL/whatever integration yet.
Diffstat (limited to 'data/ui/epiphany-ui.xml')
-rw-r--r-- | data/ui/epiphany-ui.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 6da7f0f16..73a740796 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -11,6 +11,7 @@ <menuitem name="FilePrintPreviewMenu" action="FilePrintPreview"/> <menuitem name="FilePrintMenu" action="FilePrint"/> <menuitem name="FileSendToMenu" action="FileSendTo"/> + <menuitem name="FileWorkOfflineItem" action="FileWorkOffline"/> <separator name="FileSep3"/> <menuitem name="FileCloseWindowMenu" action="FileCloseWindow"/> </menu> |