From 289cd81caaaefc24058a470586d486a311722a68 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 1 Feb 2009 21:09:48 +0000 Subject: [PATCH] [pvgoran] use correct function to get custom status message. Don't ask it if there is a default message configured. Fixes #4762 --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index fe09c5f6a..ee999aeff 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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'''