Bug in notebooklist-render

Now correctly detects when a notebook is open and kernel running.
This commit is contained in:
John Miller 2015-02-10 14:56:41 -06:00
parent f71676ac88
commit 8836cf6152

View file

@ -397,7 +397,7 @@ Notebook list data is passed via the buffer local variable
;; ((= 3 api-version)
;; (ein:get-actual-path (plist-get note :path))))
for type = (plist-get note :type)
for opened-notebook-maybe = (ein:notebook-get-opened-notebook urlport name)
for opened-notebook-maybe = (ein:notebook-get-opened-notebook urlport path)
if (string= type "directory")
do (progn (widget-create
'link