summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
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
######################*/