fix variable name

This commit is contained in:
Yann Leboulanger 2010-08-13 10:24:52 +02:00
parent 323feb9aac
commit c56e5ce163
1 changed files with 1 additions and 1 deletions

View File

@ -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):