From f0d68cb44137e7596a63b47cab74182f087e58d7 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 21 Oct 2005 18:13:33 +0000 Subject: [PATCH] fix TB --- src/roster_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index b846e02a0..a5f8cdc92 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -821,9 +821,9 @@ class RosterWindow: def on_send_single_message_menuitem_activate(self, wiget, account, contact = None): if contact is None: - dialogs.SingleMessageWindow(self, account, action = 'send') + dialogs.SingleMessageWindow(account, action = 'send') else: - dialogs.SingleMessageWindow(self, account, contact.jid, 'send') + dialogs.SingleMessageWindow(account, contact.jid, 'send') def on_send_file_menuitem_activate(self, widget, account, contact): gajim.interface.windows['file_transfers'].show_file_send_request(