]> git.lyx.org Git - features.git/commitdiff
* LyXAction.cpp: mark LFUN_SERVER_GOTO_FILE_ROW as working for
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 1 Aug 2007 13:16:24 +0000 (13:16 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 1 Aug 2007 13:16:24 +0000 (13:16 +0000)
        read-only files (fixes bug 4023)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19268 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index fc3c2d27b2a2faccb72b5b11aaabe4f5331818ab..02a5193032c0f7a209c3c75aa8328a3fd8567666 100644 (file)
@@ -275,7 +275,7 @@ void LyXAction::init()
                { LFUN_SERVER_GET_LAYOUT, "server-get-layout", ReadOnly },
                { LFUN_SERVER_GET_NAME, "server-get-name", ReadOnly },
                { LFUN_SERVER_GET_XY, "server-get-xy", ReadOnly },
-               { LFUN_SERVER_GOTO_FILE_ROW, "server-goto-file-row", Noop },
+               { LFUN_SERVER_GOTO_FILE_ROW, "server-goto-file-row", ReadOnly },
                { LFUN_SERVER_NOTIFY, "server-notify", ReadOnly },
                { LFUN_SERVER_SET_XY, "server-set-xy", ReadOnly },
                { LFUN_SET_COLOR, "set-color", ReadOnly | NoBuffer },