GNOME Bugzilla – Bug 334496
editor.py:400 AttributeError: 'GtkEntry::text' object has no attribute 'widget'
Last modified: 2006-03-14 21:02:57 UTC
Package: Gazpacho Version: 0.6.5 Synopsis: editor.py:400 AttributeError: 'GtkEntry::text' object has no attribute 'widget' Bugzilla-Product: Gazpacho Bugzilla-Component: general Date: 2006-03-14 03:59 User name: smainy (smainylove@yahoo.fr) The user was doing the following task: add new entry widget hit "Text" to change text property property window shwos up put some text in text field hit "Validate" or "OK" button the program crash with this error: File /usr/lib/python2.4/site-packages/gazpacho/editor.py, line 400, in _show_i18n_dialog has_context) File /usr/lib/python2.4/site-packages/gazpacho/editor.py, line 99, in set_translatable_property has_context) File /usr/lib/python2.4/site-packages/gazpacho/commandmanager.py, line 157, in set_translatable_property gadget = prop.widget AttributeError: 'GtkEntry::text' object has no attribute 'widget' Exception traceback: File /usr/lib/python2.4/site-packages/gazpacho/editor.py, line 400, in _show_i18n_dialog has_context) File /usr/lib/python2.4/site-packages/gazpacho/editor.py, line 99, in set_translatable_property has_context) File /usr/lib/python2.4/site-packages/gazpacho/commandmanager.py, line 157, in set_translatable_property gadget = prop.widget AttributeError: 'GtkEntry::text' object has no attribute 'widget' Gazpacho version: 0.6.5 Python version: 2.4.1 (#1, May 16 2005, 15:19:29) [GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] GTK+ version: (2, 6, 10) PyGTK version: (2, 6, 2) Platform: linux2 ------- Bug created by bug-buddy at 2006-03-14 03:58 -------
Thanks for the bug report. This particular bug has already been reported into our bug tracking system and fixed in svn trunk, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 329881 ***