diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-03 19:54:50 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-03 20:18:25 +0800 |
commit | 97d0929cf1691bc029db792e941870948a5e13e5 (patch) | |
tree | 4393c42603aefad9ca9a15e42fe3a2f5b96bfe05 /lib/ephy-file-helpers.h | |
parent | 51a379f461d8bd435054caafe265f102fb05399e (diff) | |
download | gsoc2013-epiphany-97d0929cf1691bc029db792e941870948a5e13e5.tar gsoc2013-epiphany-97d0929cf1691bc029db792e941870948a5e13e5.tar.gz gsoc2013-epiphany-97d0929cf1691bc029db792e941870948a5e13e5.tar.bz2 gsoc2013-epiphany-97d0929cf1691bc029db792e941870948a5e13e5.tar.lz gsoc2013-epiphany-97d0929cf1691bc029db792e941870948a5e13e5.tar.xz gsoc2013-epiphany-97d0929cf1691bc029db792e941870948a5e13e5.tar.zst gsoc2013-epiphany-97d0929cf1691bc029db792e941870948a5e13e5.zip |
ephy-file-helpers: rename KEEP_TEMP_DIR to KEEP_DIR
Since this is also used for persistency of temporary directories, but
also for --profile.
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index 4b7b8e21d..bf52f75b6 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -45,7 +45,7 @@ typedef enum typedef enum { EPHY_FILE_HELPERS_NONE = 0, - EPHY_FILE_HELPERS_KEEP_TEMP_DIR = 1 << 1, + EPHY_FILE_HELPERS_KEEP_DIR = 1 << 1, EPHY_FILE_HELPERS_PRIVATE_PROFILE = 1 << 2, EPHY_FILE_HELPERS_ENSURE_EXISTS = 1 << 3, } EphyFileHelpersFlags; |