spaces are ='s neighboor

This commit is contained in:
Vincent Hanquez 2003-10-23 20:31:52 +00:00
parent 869eb8e5d7
commit 8fb014e28e
1 changed files with 9 additions and 8 deletions

View File

@ -230,9 +230,10 @@ class roster:
self.optionmenu = self.xml.get_widget('optionmenu')
self.optionmenu.set_history(6)
self.tab_messages = {}
showOffline = self.cfgParser.GtkGui_showoffline
if showOffline :
self.showOffline=string.atoi(self.cfgParser.GtkGui_showoffline)
self.showOffline = string.atoi(showOffline)
else :
self.showOffline = 0