fix variable name

This commit is contained in:
Yann Leboulanger 2010-08-13 10:24:52 +02:00
parent 323feb9aac
commit c56e5ce163

View file

@ -1895,7 +1895,7 @@ class RosterWindow:
vb.set_no_show_all(False) vb.set_no_show_all(False)
vb.show() vb.show()
else: else:
self.xml.get_object('roster_vbox2').hide() vb.hide()
vb.set_no_show_all(True) vb.set_no_show_all(True)
def show_tooltip(self, contact): def show_tooltip(self, contact):