dreampie icon indicating copy to clipboard operation
dreampie copied to clipboard

AttributeError: 'NoneType' object has no attribute 'props'

Open noamraph opened this issue 12 years ago • 0 comments

What steps will reproduce the problem? happened by itself

What is the expected result?

What happens instead?

Please provide any additional information below. To submit a screenshot, you can go to imgur.com, upload the image, and paste the URL.


Diagnostic information:

DreamPie version: 1.2.1 git commit: a3a41275a1f1c54a6e7c479c6a98d34d5e3cdf13 from 2013/03/03 platform: Linux-3.8.0-19-generic-x86_64-with-LinuxMint-15-olivia architecture: ('64bit', 'ELF') python_version: 2.7.4 python_implementation: CPython executable: /usr/bin/python subprocess executable: /usr/bin/python subprocess description: Python 2.7.4 (default, Sep 26 2013, 03:20:26)

Variables: File "/home/yochay/dreampie/dreampielib/gui/init.py", line 978, on_recent_manager_changed(self=DreamPie(path..."window_main"), _recent_manager=<gtk.Rec...2629e80)>) {'self.update_recent': <bound method DreamPie.update_recent of DreamPie(path="/home/yochay/dreampie/dreampielib/data/dreampie.glade", root="window_main")>} File "/home/yochay/dreampie/dreampielib/gui/init.py", line 996, update_recent(self=DreamPie(path..."window_main")) {'i': 2, 'menuitem.child.props.label': '', 'fn': '/home/yochay/Desktop/chck_place_center'}

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

noamraph avatar Dec 23 '13 14:12 noamraph