GNOME Bugzilla – Bug 352882
Python problems with "Properties"
Last modified: 2006-10-02 02:01:52 UTC
Selecting "Properties" from the right-click menu of a menu item (not a menu itself though) results in the following spewed to the terminal: /usr/lib/python2.4/site-packages/Alacarte/DialogHandler.py:225: Warning: g_signal_handler_block: assertion `handler_id > 0' failed command_entry.set_text(self.item.get_exec()) /usr/lib/python2.4/site-packages/Alacarte/DialogHandler.py:225: Warning: g_signal_handler_unblock: assertion `handler_id > 0' failed command_entry.set_text(self.item.get_exec()) Though it doesn't seem to do any harm.
As far as I've been able to tell this is actually a bug in PyGTK. I'll try to create a small testcase to make sure.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 352970 ***