Code

fix crash when simplifying an lpe path: deleting the list didn't release the referenc...
[inkscape.git] / src / preferences.cpp
index 05701a2f6913b20568a12251b763b4e912d9062f..fedfa85680007bdf4e25f0a6a469c39cf3cfb311 100644 (file)
@@ -49,9 +49,9 @@ void
 Preferences::load()
 {
     /// \todo this still uses old Gtk+ code which should be somewhere else
-    if (inkscape_load_config (PREFERENCES_FILE, 
+    if (inkscape_load_config (PREFERENCES_FILE,
                               _preferences,
-                              preferences_skeleton, 
+                              preferences_skeleton,
                               PREFERENCES_SKELETON_SIZE,
                               _("%s is not a regular file.\n%s"),
                               _("%s not a valid XML file, or\n"
@@ -71,7 +71,7 @@ Preferences::save()
 {
     if (!_preferences || ! _save_preferences)
         return;
-    
+
     gchar *fn = profile_path (PREFERENCES_FILE);
     (void) sp_repr_save_file (_preferences, fn);
     g_free (fn);
@@ -89,4 +89,4 @@ Preferences::save()
   fill-column:75
   End:
 */
-// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :