aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-06-11 18:04:29 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-06-20 19:45:13 +0800
commit6c69d491e6275aead0bdfcfa4f2d436d093aadff (patch)
treed7d176ff6cb45125eed62e36affbc1bd3a06ac97 /embed
parent8f4b964c570b0159126af073606039b711abc917 (diff)
downloadgsoc2013-epiphany-6c69d491e6275aead0bdfcfa4f2d436d093aadff.tar
gsoc2013-epiphany-6c69d491e6275aead0bdfcfa4f2d436d093aadff.tar.gz
gsoc2013-epiphany-6c69d491e6275aead0bdfcfa4f2d436d093aadff.tar.bz2
gsoc2013-epiphany-6c69d491e6275aead0bdfcfa4f2d436d093aadff.tar.lz
gsoc2013-epiphany-6c69d491e6275aead0bdfcfa4f2d436d093aadff.tar.xz
gsoc2013-epiphany-6c69d491e6275aead0bdfcfa4f2d436d093aadff.tar.zst
gsoc2013-epiphany-6c69d491e6275aead0bdfcfa4f2d436d093aadff.zip
ephy-window: keep track of whether the downloads box is shown
We add it to EphyWebViewChrome and track it there. https://bugzilla.gnome.org/show_bug.cgi?id=671195
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-web-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 2bdd7dbed..dd8235a03 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -52,6 +52,7 @@ typedef enum
typedef enum
{
EPHY_WEB_VIEW_CHROME_TOOLBAR = 1 << 0,
+ EPHY_WEB_VIEW_CHROME_DOWNLOADS_BOX = 1 << 1
} EphyWebViewChrome;
#define EPHY_WEB_VIEW_CHROME_ALL (EPHY_WEB_VIEW_CHROME_TOOLBAR)