[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:
parent
25f0ee832f
commit
289cd81caa
|
@ -3177,7 +3177,7 @@ class RosterWindow:
|
||||||
jid += '/' + contact.resource
|
jid += '/' + contact.resource
|
||||||
self.send_status(account, show, message, to=jid)
|
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):
|
def on_status_combobox_changed(self, widget):
|
||||||
'''When we change our status via the combobox'''
|
'''When we change our status via the combobox'''
|
||||||
|
|
Loading…
Reference in New Issue