FS#24756 - [gajim] roster can't be closed

Attached to Project: Arch Linux
Opened by indianahorst (indianahorst) - Friday, 17 June 2011, 13:35 GMT
Last edited by Eric Belanger (Snowman) - Friday, 17 June 2011, 20:51 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Since last update of gajim to version 0.14.2-1, the roster window can't be closed, when you click on the cross symbol right above or right click on taskbar and click on the "Close" entry.

Additional info:
* package version(s)
0.14.2-1

* config and/or log files etc.

$ gajim
D-Bus python bindings are missing in this computer
D-Bus capabilities of Gajim cannot be used
/usr/lib/python2.7/site-packages/gajim/roster_window.py:4658: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
if not model[titer][data]:
/usr/lib/python2.7/site-packages/gajim/roster_window.py:4713: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
if type_ == 'account' and model[titer][C_PADLOCK_PIXBUF]:
/usr/lib/python2.7/site-packages/gajim/roster_window.py:6113: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
self.window.show_all()
gajim.py:437: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
gtk.main()
/usr/lib/python2.7/site-packages/gajim/roster_window.py:4685: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
if model[titer][C_AVATAR_PIXBUF] or \


Steps to reproduce:
Start gajim version 0.14.2-1 and try to close the roster window (NOT the whole program with "Quit").


This task depends upon

Closed by  Eric Belanger (Snowman)
Friday, 17 June 2011, 20:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  gajim-0.14.2-2
Comment by Eric Belanger (Snowman) - Friday, 17 June 2011, 16:39 GMT
FYI, using Esc to close the roster works. You can use that until it's fixed.
Comment by indianahorst (indianahorst) - Friday, 17 June 2011, 19:54 GMT
Thank you, Esc works!

Loading...