]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / lyx_main.C
index 60f322ea01d5474294b104edc4076f18a06be1e9..caf25a6908a24e8a7ef8d745d5f6a1e9cced187a 100644 (file)
@@ -424,8 +424,7 @@ void LyX::init(int */*argc*/, char **argv, bool gui)
 
        // Ensure that we have really read a bind file, so that LyX is
        // usable.
-       if (!lyxrc.hasBindFile)
-               lyxrc.ReadBindFile();
+       lyxrc.readBindFileIfNeeded();
 
        // Read menus
        ReadUIFile(lyxrc.ui_file);