add a FIXME
This commit is contained in:
parent
8ede65961f
commit
55a5678ee4
|
@ -320,6 +320,8 @@ class Chat:
|
||||||
gajim.config.set('gc-width', width)
|
gajim.config.set('gc-width', width)
|
||||||
gajim.config.set('gc-height', height)
|
gajim.config.set('gc-height', height)
|
||||||
|
|
||||||
|
# FIXME: if we're here the del in 10 lines will not be called!
|
||||||
|
# maybe mem leak?
|
||||||
self.window.destroy()
|
self.window.destroy()
|
||||||
return
|
return
|
||||||
if self.nb_unread[jid] > 0:
|
if self.nb_unread[jid] > 0:
|
||||||
|
|
Loading…
Reference in New Issue