diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-09-15 20:35:07 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-09-15 20:35:51 +0800 |
commit | f69c1fa76e874e0dd4210d896174b03c6d250fba (patch) | |
tree | 1a9dbf399079d61f510b0472a50d307fb071fd24 /embed/ephy-web-view.c | |
parent | 17c25e5bdfa617b67ac3a40f4d7a43f70cb8e91f (diff) | |
download | gsoc2013-epiphany-archive-integration.tar gsoc2013-epiphany-archive-integration.tar.gz gsoc2013-epiphany-archive-integration.tar.bz2 gsoc2013-epiphany-archive-integration.tar.lz gsoc2013-epiphany-archive-integration.tar.xz gsoc2013-epiphany-archive-integration.tar.zst gsoc2013-epiphany-archive-integration.zip |
Show "Stop Archiving" only when the EphyWebView is archivingHEADarchive-creationarchive-integration
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 298a6fc8e..683eb29c0 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -2504,7 +2504,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; |