dreampie icon indicating copy to clipboard operation
dreampie copied to clipboard

AttributeError: 'NoneType' object has no attribute 'props' when closing DreamPie after saving

Open noamraph opened this issue 13 years ago • 0 comments

What steps will reproduce the problem? 1.save the history as something.html 2.close DreamPie 3.


Diagnostic information:

DreamPie version: 1.2.1 git commit: b51e2582e22dcb9f08617ac24a821498a491b8c8 from 2012/11/07 platform: Linux-3.2.0-23-generic-x86_64-with-LinuxMint-13-maya architecture: ('64bit', 'ELF') python_version: 2.7.3 python_implementation: CPython executable: /usr/bin/python subprocess executable: /usr/bin/python subprocess description: Python 2.7.3 (default, Aug 1 2012, 05:14:39)

Variables: File "/home/noam/sand/gdreampie/dreampielib/gui/init.py", line 971, on_recent_manager_changed(self=DreamPie(path..."window_main"), _recent_manager=<gtk.Rec...316fd40)>) {'self.update_recent': <bound method DreamPie.update_recent of DreamPie(path="/home/noam/sand/gdreampie/dreampielib/data/dreampie.glade", root="window_main")>} File "/home/noam/sand/gdreampie/dreampielib/gui/init.py", line 989, update_recent(self=DreamPie(path..."window_main")) {'i': 0, 'menuitem.child.props.label': '', 'fn': '/home/noam/parasight/tmp/focus_research.html'}

Traceback (most recent call last): File "/home/noam/sand/gdreampie/dreampielib/gui/init.py", line 971, in on_recent_manager_changed self.update_recent() File "/home/noam/sand/gdreampie/dreampielib/gui/init.py", line 989, in update_recent menuitem.child.props.label = "_%d %s" % (i, fn) AttributeError: 'NoneType' object has no attribute 'props'

noamraph avatar Nov 21 '12 16:11 noamraph