[shtrom] fix var names when sending song in status message. fixes #3558

This commit is contained in:
Yann Leboulanger 2007-11-22 12:58:39 +00:00
parent 19037e90a9
commit 04e92485fc
1 changed files with 3 additions and 2 deletions

View File

@ -3740,8 +3740,9 @@ class RosterWindow:
song_offset = current_status_message.find('')
if song_offset >= 0:
current_status_message = current_status_message[0:song_offset]
status_message = current_status_message.strip() + '\n' + status_message
self.send_status(account, current_show, status_message.strip())
current_status_message = current_status_message.strip() + '\n' + \
status_message
self.send_status(account, current_show, current_status_message.strip())
def update_status_combobox(self):
# table to change index in connection.connected to index in combobox