After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 352882 - Python problems with "Properties"
Python problems with "Properties"
Status: RESOLVED DUPLICATE of bug 352970
Product: alacarte
Classification: Applications
Component: general
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: Alacarte Maintainer(s)
Alacarte Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-08-25 18:17 UTC by Don Scorgie
Modified: 2006-10-02 02:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Don Scorgie 2006-08-25 18:17:33 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.
Comment 1 Travis Watkins 2006-08-25 21:54:43 UTC
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.
Comment 2 Travis Watkins 2006-10-02 02:01:52 UTC
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 ***