mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Allow server-goto-row to act when no buffer is open. (The file argument is mandatory.) Part of bug #1782.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32979 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
75e374c9a4
commit
b1c905264f
@ -2806,7 +2806,7 @@ void LyXAction::init()
|
||||
* \li Origin: Edmar, 23 Dec 1998
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_SERVER_GOTO_FILE_ROW, "server-goto-file-row", ReadOnly, System },
|
||||
{ LFUN_SERVER_GOTO_FILE_ROW, "server-goto-file-row", ReadOnly | NoBuffer, System },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_SERVER_NOTIFY
|
||||
* \li Action: Sends notify message about the last key-sequence to client.
|
||||
|
Loading…
Reference in New Issue
Block a user