From 801d9993acd360b8e7e405bb72236de520c09651 Mon Sep 17 00:00:00 2001 From: Patrik Fimml Date: Thu, 2 Apr 2020 13:46:29 +0100 Subject: [PATCH] [PATCH] debian/autosave Enable autosave by default Signed-off-by: Patrik Fimml Gbp-Pq: Name autosave.diff --- src/af/xap/xp/xap_Prefs_SchemeIds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/af/xap/xp/xap_Prefs_SchemeIds.h b/src/af/xap/xp/xap_Prefs_SchemeIds.h index 4098b02..ee731db 100644 --- a/src/af/xap/xp/xap_Prefs_SchemeIds.h +++ b/src/af/xap/xp/xap_Prefs_SchemeIds.h @@ -77,7 +77,7 @@ #define XAP_PREF_DEFAULT_LatinLigatures "0" #define XAP_PREF_KEY_AutoSaveFile "AutoSaveFile" -#define XAP_PREF_DEFAULT_AutoSaveFile "0" /* Auto save files by default */ +#define XAP_PREF_DEFAULT_AutoSaveFile "1" /* Auto save files by default */ #define XAP_PREF_KEY_AutoSaveFilePeriod "AutoSaveFilePeriod" #define XAP_PREF_DEFAULT_AutoSaveFilePeriod "5" /* Auto save files by default */ -- 2.30.2