summaryrefslogtreecommitdiffstats
path: root/scribus/canvasmode_normal.cpp
diff options
context:
space:
mode:
authorjghali <jghali@11d20701-8431-0410-a711-e3c959e3b870>2012-02-23 20:21:58 +0000
committerjghali <jghali@11d20701-8431-0410-a711-e3c959e3b870>2012-02-23 20:21:58 +0000
commit64ffd5a23b712c10d94a8be99d08430d29c33d5e (patch)
tree7f111aebf384dc2e74a36f799fba80452e8dd52a /scribus/canvasmode_normal.cpp
parent84b7f5f577515aa57554db59d2156dee7fb7c18b (diff)
downloadscribus-64ffd5a23b712c10d94a8be99d08430d29c33d5e.tar.gz
scribus-64ffd5a23b712c10d94a8be99d08430d29c33d5e.tar.xz
scribus-64ffd5a23b712c10d94a8be99d08430d29c33d5e.zip
#10393: opening sla from symbolic link breaks relative paths to graphics (+ some refactoring of FileLoader)
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17325 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/canvasmode_normal.cpp')
-rw-r--r--scribus/canvasmode_normal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scribus/canvasmode_normal.cpp b/scribus/canvasmode_normal.cpp
index 865525e..e22530d 100644
--- a/scribus/canvasmode_normal.cpp
+++ b/scribus/canvasmode_normal.cpp
@@ -1374,7 +1374,7 @@ void CanvasMode_Normal::importToPage()
else
{
FileLoader *fileLoader = new FileLoader(fileName);
- int testResult = fileLoader->TestFile();
+ int testResult = fileLoader->testFile();
delete fileLoader;
if ((testResult != -1) && (testResult >= FORMATID_ODGIMPORT))
{