]> git.lyx.org Git - lyx.git/blobdiff - src/Session.cpp
Fix bug #6751: Assert when changing number of columns in 'simple' math-inset.
[lyx.git] / src / Session.cpp
index 7f39bd6be354456b9ef49ef4788302181becce84..4f835e34ee34e4629a82aea27302072377f74205 100644 (file)
@@ -381,7 +381,7 @@ Session::Session(unsigned int num_last_files, unsigned int num_last_commands) :
 {
        // locate the session file
        // note that the session file name 'session' is hard-coded
-       session_file = FileName(addName(package().user_support().absFilename(), "session"));
+       session_file = FileName(addName(package().user_support().absFileName(), "session"));
        //
        readFile();
 }