diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-07-06 14:59:13 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-09-16 22:04:47 +0800 |
commit | 6312d03df0a10a59c8c71f695d1ae574930fc771 (patch) | |
tree | 52909442f31c8a2b0460bbda41989c305d995d25 /lib | |
parent | 1a5eb4d9c9e9a8ed9c0ac18069a983cd712a9dc5 (diff) | |
download | gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.gz gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.bz2 gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.lz gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.xz gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.zst gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.zip |
Add gsettings key "extract-downloaded-archives"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 7fe2aeebd..e18a9befd 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -115,6 +115,7 @@ typedef enum #define EPHY_PREFS_CACHE_SIZE "cache-size" #define EPHY_PREFS_NEW_WINDOWS_IN_TABS "new-windows-in-tabs" #define EPHY_PREFS_AUTO_DOWNLOADS "automatic-downloads" +#define EPHY_PREFS_EXTRACT_DOWNLOADED_ARCHIVES "extract-downloaded-archives" #define EPHY_PREFS_WARN_ON_CLOSE_UNSUBMITTED_DATA "warn-on-close-unsubmitted-data" #define EPHY_PREFS_REMEMBER_PASSWORDS "remember-passwords" #define EPHY_PREFS_KEYWORD_SEARCH_URL "keyword-search-url" |