<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,7 @@ class aMSNChatWindow(object):
 
 class aMSNChatWidget(object):
     &quot;&quot;&quot; This interface will present a chat widget of the UI &quot;&quot;&quot;
-    def __init__(self, amsn_conversation, parent):
+    def __init__(self, amsn_conversation, parent, contacts_uid):
         &quot;&quot;&quot; create the chat widget for the 'parent' window, but don't attach to
         it.&quot;&quot;&quot;
         raise NotImplementedError</diff>
      <filename>amsn2/gui/base/chat_window.py</filename>
    </modified>
    <modified>
      <diff>@@ -29,7 +29,7 @@ class aMSNChatWidgetContainer:
 
 
 class aMSNChatWidget(etk.VPaned, base.aMSNChatWidget):
-    def __init__(self, amsn_conversation, parent):
+    def __init__(self, amsn_conversation, parent, contacts_uid):
         self._parent = parent
         self._amsn_conversation = amsn_conversation
         etk.VPaned.__init__(self)</diff>
      <filename>amsn2/gui/front_ends/efl/chat_window.py</filename>
    </modified>
    <modified>
      <diff>@@ -55,7 +55,7 @@ class aMSNChatWindow(QTabWidget, base.aMSNChatWindow):
 
 
 class aMSNChatWidget(QWidget, base.aMSNChatWidget):
-    def __init__(self, amsn_conversation, Parent=None):
+    def __init__(self, amsn_conversation, Parent=None, contacts_uid):
         QWidget.__init__(self, Parent)
 
         self._amsn_conversation = amsn_conversation</diff>
      <filename>amsn2/gui/front_ends/qt4/chat_window.py</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@ class aMSNChatWindow(object):
 
 class aMSNChatWidget(object):
     &quot;&quot;&quot; This interface will present a chat widget of the UI &quot;&quot;&quot;
-    def __init__(self, amsn_conversation, parent):
+    def __init__(self, amsn_conversation, parent, contacts_uid):
         &quot;&quot;&quot; create the chat widget for the 'parent' window, but don't attach to
         it.&quot;&quot;&quot;
         self._main=parent._main
@@ -62,15 +62,15 @@ class aMSNChatWidget(object):
         self._main.send(&quot;newChatWidget&quot;,[self._uid])
         self._main.addListener(&quot;sendMessage&quot;,self.sendMessage)
         self._amsn_conversation=amsn_conversation
-    
+
     def sendMessage(self,smL):
         if smL[0]==self._uid:
             stmess = StringView()
             stmess.appendText(smL[1])
             self._amsn_conversation.sendMessage(stmess)
         return True
-        
-        
+
+
 
     def onMessageReceived(self, messageview):
         &quot;&quot;&quot; Called for incoming and outgoing messages</diff>
      <filename>amsn2/gui/front_ends/web/chat_window.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>829320c4608308a1cf84fb25b87d26f466ab38a8</id>
    </parent>
  </parents>
  <author>
    <name>Boris 'billiob' Faure</name>
    <email>billiob@users.sf.net</email>
  </author>
  <url>http://github.com/drf/amsn2/commit/ead8f981aa643710afefda2876a287461e1cbb26</url>
  <id>ead8f981aa643710afefda2876a287461e1cbb26</id>
  <committed-date>2009-06-29T11:53:13-07:00</committed-date>
  <authored-date>2009-06-29T11:49:19-07:00</authored-date>
  <message>Tiny change to chat_window API</message>
  <tree>02d9efa4b4d1845c33bcec3f443463f19e426b6b</tree>
  <committer>
    <name>Boris 'billiob' Faure</name>
    <email>billiob@users.sf.net</email>
  </committer>
</commit>
