diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index a89febf93..f41b19a52 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -547,6 +547,8 @@ class TabbedChatWindow(chat.Chat): # if the new state we wanna send (state) equals # the current state (contact.chastate) then return + print 'wanna send', state + print 'atm you have', contact.chatstate if contact.chatstate == state: return