Anomalie #79
Unable to create user with zigui
| Status: | Closed | Start: | 08/30/2010 | |
| Priority: | Haut | Due date: | ||
| Assigned to: | pnl | % Done: | 100% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
Description
/usr/local/bin/zigui:94: GtkWarning: gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed
self.wTree = gtk.glade.XML
Traceback (most recent call last):
File "/usr/local/bin/zigui", line 1825, in gtk_on_ButtonCreateUser_clicked
res = self.open_dial(key,CreateUserDial)
File "/usr/local/bin/zigui", line 116, in open_dial
res = widget.show(key)
File "/usr/local/bin/zigui", line 223, in show
msgs = self.validate()
File "/usr/local/bin/zigui", line 156, in validate
self['err_Username'].hide()
AttributeError: 'NoneType' object has no attribute 'hide'
Associated revisions
Revision 9e40c6e54bee843325db03e6d6bae1c55a6bb016
Remove references to removed widgets
Closes #79
Signed-off-by: Bertrand Yvain <pnl@ielo.net>
History
Updated by pnl 522 days ago
- Status changed from New to Assigned
- Assigned to set to pnl
- Priority changed from Normal to Haut
Confirmed.
Note: the first two lines are just a warning issued at client startup. It should also be looked at.
Updated by pnl 522 days ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset 9e40c6e54bee843325db03e6d6bae1c55a6bb016.