Bennett Helm <[EMAIL PROTECTED]> writes:
> On Jul 16, 2007, at 1:46 PM, Abdelrazak Younes wrote:
>
>>> One additional (minor) problem I've noticed: if you start with a
>>> saved file, and then use pdfsync to jump to a location in that
>>> file, it marks the file as changed. Shall I file this as a
>>> separate bug report?
>>
>> Yes if it doesn't already exist.
>
> Done:
>
> <http://bugzilla.lyx.org/show_bug.cgi?id=4023>

Does the following one-liner help?

JMarc

Index: src/LyXAction.cpp
===================================================================
--- src/LyXAction.cpp	(révision 19249)
+++ src/LyXAction.cpp	(copie de travail)
@@ -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 },

Reply via email to