[pvgoran] use correct function to get custom status message. Don't ask it if there is a default message configured. Fixes #4762

This commit is contained in:
Yann Leboulanger 2009-02-01 21:09:48 +00:00
parent 25f0ee832f
commit 289cd81caa
1 changed files with 1 additions and 1 deletions

View File

@ -3177,7 +3177,7 @@ class RosterWindow:
jid += '/' + contact.resource
self.send_status(account, show, message, to=jid)
dialogs.ChangeStatusMessageDialog(on_response, show)
self.get_status_message(show, on_response)
def on_status_combobox_changed(self, widget):
'''When we change our status via the combobox'''