Zim

Comment 2 for bug 617933

Revision history for this message
Eugene Krivobokov (eugene-krivobokov) wrote :

I have the same problem with renaming as described. Here's a log:

This is zim 0.50
Python version is (2, 6, 6, 'final', 0)
Gtk version is (2, 22, 0)
Pygtk version is (2, 21, 0)
Platform is posix
Zim revision is:
  branch: pyzim-trunk
  revision: 350 <email address hidden>
  date: 2011-02-14 22:38:51 +0100

======= Traceback =======
  File "/usr/lib/pymodules/python2.6/zim/gui/__init__.py", line 1143, in _wrap_move_page
    func(update_links, callback)
  File "/usr/lib/pymodules/python2.6/zim/gui/__init__.py", line 1116, in <lambda>
    path, newbasename, update_heading, update_links, callback),
  File "/usr/lib/pymodules/python2.6/zim/notebook.py", line 1091, in rename_page
    self.move_page(path, newpath, update_links, callback)
  File "/usr/lib/pymodules/python2.6/zim/notebook.py", line 970, in move_page
    self.index.delete(path)
  File "/usr/lib/pymodules/python2.6/zim/index.py", line 712, in delete
    self.cleanup(link)
  File "/usr/lib/pymodules/python2.6/zim/index.py", line 790, in cleanup
    self.cleanup(parent) # recurs
  File "/usr/lib/pymodules/python2.6/zim/index.py", line 787, in cleanup
    if not (path.hascontent or path.haschildren) \
  File "/usr/lib/pymodules/python2.6/zim/index.py", line 132, in __getattr__
    raise AttributeError, 'This IndexPath does not contain row data'
AttributeError: This IndexPath does not contain row data