In the save-as dialogue (from a new document), when clickin the check box "Record State", an error results:
Error executing nav::savePanelProc can't read "view": no such variable
(It doesn't seem to be a serious error.)
Maybe the final command in the proc
return $view
should be
return $token
?
In fact, the proc should return nothing. I have fixed that. Changes committed to the repository (rev. 1212 (sourceforge.net)).
Log in to post a comment.
Maybe the final command in the proc
return $view
should be
return $token
?
In fact, the proc should return nothing. I have fixed that.
Changes committed to the repository (rev. 1212 (sourceforge.net)).