fix variable name
This commit is contained in:
parent
323feb9aac
commit
c56e5ce163
|
@ -1895,7 +1895,7 @@ class RosterWindow:
|
|||
vb.set_no_show_all(False)
|
||||
vb.show()
|
||||
else:
|
||||
self.xml.get_object('roster_vbox2').hide()
|
||||
vb.hide()
|
||||
vb.set_no_show_all(True)
|
||||
|
||||
def show_tooltip(self, contact):
|
||||
|
|
Loading…
Reference in New Issue