summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-07-12 08:19:58 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-07-12 08:19:58 +0000
commitd9da2a4f178e71f5b33ea158c0631e86220f2e5d (patch)
tree5502c8d1addd8f0b270877102185604c103936e8 /src/file.cpp
parentFix for 1023655 : IMprovments to Embedded script UI (diff)
downloadinkscape-d9da2a4f178e71f5b33ea158c0631e86220f2e5d.tar.gz
inkscape-d9da2a4f178e71f5b33ea158c0631e86220f2e5d.zip
Fix for 612221 : Add metadata default configuration in the preferences
(bzr r11544)
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp
index b895c6591..fd039323b 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -186,10 +186,10 @@ SPDesktop* sp_file_new_default()
g_free(foundTemplate);
foundTemplate = 0;
}
+ rdf_add_from_preferences( SP_ACTIVE_DOCUMENT );
return desk;
}
-
/*######################
## D E L E T E
######################*/