From 9d87d30b72145fdee954992a9dc70f8c60174d7d Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 16 Sep 2008 17:15:22 +0000 Subject: Refactored preferences handling into a new version of the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) --- src/application/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application/editor.cpp') diff --git a/src/application/editor.cpp b/src/application/editor.cpp index 8f9638f82..0b8ac263e 100644 --- a/src/application/editor.cpp +++ b/src/application/editor.cpp @@ -331,7 +331,7 @@ Editor::exit() { //emit shutdown signal so that dialogs could remember layout _shutdown_signal.emit(); - Inkscape::Preferences::save(); + Inkscape::Preferences::unload(); } //================================================================== -- cgit v1.2.3