diff options
author | Chris Lahey <clahey@src.gnome.org> | 2004-01-09 00:20:49 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2004-01-09 00:20:49 +0800 |
commit | 54a3d97114cb69754adc59c3450bd6496f28339e (patch) | |
tree | 6355c17522061f2f409252bad5748790a2a83892 /lib/ephy-prefs.h | |
parent | aa1b2093b06fe02b23d8c171fc10d98acef6a273 (diff) | |
download | gsoc2013-epiphany-54a3d97114cb69754adc59c3450bd6496f28339e.tar gsoc2013-epiphany-54a3d97114cb69754adc59c3450bd6496f28339e.tar.gz gsoc2013-epiphany-54a3d97114cb69754adc59c3450bd6496f28339e.tar.bz2 gsoc2013-epiphany-54a3d97114cb69754adc59c3450bd6496f28339e.tar.lz gsoc2013-epiphany-54a3d97114cb69754adc59c3450bd6496f28339e.tar.xz gsoc2013-epiphany-54a3d97114cb69754adc59c3450bd6496f28339e.tar.zst gsoc2013-epiphany-54a3d97114cb69754adc59c3450bd6496f28339e.zip |
Wrong identifier here.
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r-- | lib/ephy-prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 965d0ed0c..4a0d94809 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -44,7 +44,7 @@ G_BEGIN_DECLS #define CONF_STATE_UPLOAD_DIR "/apps/epiphany/directories/upload" /* Lockdown */ -#define CONF_DISABLE_SAVE_TO_DISK "/desktop/gnome/lockdown/disable_save_to_disk" +#define CONF_LOCKDOWN_DISABLE_SAVE_TO_DISK "/desktop/gnome/lockdown/disable_save_to_disk" /* System prefs */ #define CONF_DESKTOP_FTP_HANDLER "/desktop/gnome/url-handlers/ftp/command" |