fix variable name
This commit is contained in:
parent
323feb9aac
commit
c56e5ce163
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue