diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-19 05:46:35 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-19 05:46:35 +0800 |
commit | 419bf3af0979b9d9c0bc04e0e8c02ad68bcd4dd6 (patch) | |
tree | 34d71893cf182af38e61587b595cdc26d281c85e /lib | |
parent | eae3fc20b75aba36fead5def75d974062fc12507 (diff) | |
download | gsoc2013-epiphany-419bf3af0979b9d9c0bc04e0e8c02ad68bcd4dd6.tar gsoc2013-epiphany-419bf3af0979b9d9c0bc04e0e8c02ad68bcd4dd6.tar.gz gsoc2013-epiphany-419bf3af0979b9d9c0bc04e0e8c02ad68bcd4dd6.tar.bz2 gsoc2013-epiphany-419bf3af0979b9d9c0bc04e0e8c02ad68bcd4dd6.tar.lz gsoc2013-epiphany-419bf3af0979b9d9c0bc04e0e8c02ad68bcd4dd6.tar.xz gsoc2013-epiphany-419bf3af0979b9d9c0bc04e0e8c02ad68bcd4dd6.tar.zst gsoc2013-epiphany-419bf3af0979b9d9c0bc04e0e8c02ad68bcd4dd6.zip |
Disable Zoom items for images, and disable zoom, encoding and view source
2004-12-18 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c: (ephy_embed_chrome_get_type),
(ephy_embed_document_type_get_type), (ephy_embed_base_init):
* embed/ephy-embed.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property),
(ephy_tab_class_init), (ephy_tab_get_document_type),
(ephy_tab_document_type_cb), (ephy_tab_init):
* src/ephy-tab.h:
* src/ephy-window.c: (sync_tab_document_type), (sync_tab_zoom),
(ephy_window_set_active_tab):
* src/toolbar.c: (toolbar_update_zoom):
* src/toolbar.h:
Disable Zoom items for images, and disable zoom, encoding and view source
for images and xml (xul) documents. Fixes bug #132240.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-marshal.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-marshal.list b/lib/ephy-marshal.list index 23b5084f1..81c0ffc7e 100644 --- a/lib/ephy-marshal.list +++ b/lib/ephy-marshal.list @@ -2,6 +2,7 @@ INT:STRING BOOLEAN:OBJECT BOOLEAN:STRING, STRING BOOLEAN:VOID +VOID:ENUM VOID:ENUM,INT,BOOLEAN VOID:INT,INT VOID:POINTER,INT |