Wizards should look for templates in Template_internal, not Template_user
...as only the former reliably denotes the share/template tree where the
wizard templates are stored. (Presumably the latter defaulted to the former as
long as it wasn't explicitly set in the past, but is now always explicitly set
since 838b77f5f3
"Resolves: rhbz#1065807 use xdg
~/Templates for default Template location.")
Change-Id: I7d1ac47d821c778fe342865465d0505a94b824bf
This commit is contained in:
@@ -126,7 +126,7 @@ class WizardDialog(UnoDialog2):
|
||||
xPropertySet = \
|
||||
self.xMSF.createInstance("com.sun.star.util.PathSettings")
|
||||
self.sTemplatePath = \
|
||||
xPropertySet.getPropertyValue("Template_user")[0]
|
||||
xPropertySet.getPropertyValue("Template_internal")[0]
|
||||
self.sUserTemplatePath = \
|
||||
xPropertySet.getPropertyValue("Template_writable")
|
||||
|
||||
|
Reference in New Issue
Block a user