diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-09-15 20:35:07 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-09-16 22:10:57 +0800 |
commit | 5508e5e6b1f4e3ec7d3fc84aa7533ae88014487d (patch) | |
tree | 0132580bf8b0785b2600f88aa7f22e996ec1f4fa /embed/ephy-web-view.c | |
parent | 240be1762b670533729a8a27239bd93f92a5b78a (diff) | |
download | gsoc2013-epiphany-gsoc2013-end.tar gsoc2013-epiphany-gsoc2013-end.tar.gz gsoc2013-epiphany-gsoc2013-end.tar.bz2 gsoc2013-epiphany-gsoc2013-end.tar.lz gsoc2013-epiphany-gsoc2013-end.tar.xz gsoc2013-epiphany-gsoc2013-end.tar.zst gsoc2013-epiphany-gsoc2013-end.zip |
Show "Stop Archiving" only when the EphyWebView is archivinggsoc2013-end
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r-- | embed/ephy-web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 04ffa5c05..fc57e69f9 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -2505,7 +2505,7 @@ ephy_web_view_init (EphyWebView *web_view) priv = web_view->priv = EPHY_WEB_VIEW_GET_PRIVATE (web_view); priv->is_blank = TRUE; - priv->is_archiving = TRUE; + priv->is_archiving = FALSE; priv->title = g_strdup (EMPTY_PAGE); priv->document_type = EPHY_WEB_VIEW_DOCUMENT_HTML; priv->security_level = EPHY_WEB_VIEW_STATE_IS_UNKNOWN; |