From: Patrik Fimml Date: Fri, 26 Jul 2019 19:02:13 +0000 (+0100) Subject: debian/autosave X-Git-Tag: archive/raspbian/3.0.2-9+rpi1~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c9b2c1c8a8fc1b0c851544a4fcd538967f7052a;p=abiword.git debian/autosave Enable autosave by default Signed-off-by: Patrik Fimml Gbp-Pq: Name autosave.diff --- 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 */