@LiquidCake commented on this pull request.
config, "saveactions", "enable_persistent_untitled_documents", FALSE);
+ if (enable_instantsave && enable_persistent_docs) + { + dialogs_show_msgbox(GTK_MESSAGE_ERROR, + _("Invalid config file state: multiple features of 'Persistent Untitled Documents' are enabled at once")); + + enable_instantsave = FALSE; + }
done