[zimio] fix XML console filter. Fixes #4785

This commit is contained in:
Yann Leboulanger 2010-01-08 20:16:15 +01:00
parent 183eedd654
commit 760af376f4
1 changed files with 0 additions and 2 deletions

View File

@ -2894,7 +2894,6 @@ class XMLConsoleWindow:
def on_in_stanza_checkbutton_toggled(self, widget):
active = widget.get_active()
self.tagIn.set_property('invisible', active)
self.tagInComment.set_property('invisible', active)
self.tagInPresence.set_property('invisible', active)
self.tagInMessage.set_property('invisible', active)
self.tagInIq.set_property('invisible', active)
@ -2907,7 +2906,6 @@ class XMLConsoleWindow:
def on_out_stanza_checkbutton_toggled(self, widget):
active = widget.get_active()
self.tagOut.set_property('invisible', active)
self.tagOutComment.set_property('invisible', active)
self.tagOutPresence.set_property('invisible', active)
self.tagOutMessage.set_property('invisible', active)
self.tagOutIq.set_property('invisible', active)