mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
* LyXAction.cpp: mark LFUN_SERVER_GOTO_FILE_ROW as working for
read-only files (fixes bug 4023) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19267 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b2b3831ea6
commit
499ee23ddd
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user