If I'm not mistaken, something is missing from the 2.4 -> calligra/2.4 
conversion in sheets/part/View.cpp:1179

Att patch fixes, but could you check it out Boudewijn, it seems you were the 
last to touch this code.
-- 
Mvh.
Dag Andersen
diff --git a/sheets/part/View.cpp b/sheets/part/View.cpp
index d368197..5bb6acd 100644
--- a/sheets/part/View.cpp
+++ b/sheets/part/View.cpp
@@ -1176,7 +1176,7 @@ void View::createTemplate()
     doc()->saveNativeFormat(fileName);
 
     KoTemplateCreateDia::createTemplate("sheets_template", Factory::global(),
-                                        tempFile.fileName(), pix, this);
+                                        fileName, pix, this);
 
     Factory::global().dirs()->addResourceType("sheets_template",
             "data", "sheets/templates/");
_______________________________________________
calligra-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to