Skip to content

Commit

Permalink
Merge commit 'remotes/alexandernst/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Sep 27, 2009
2 parents 78d4a08 + c1e2695 commit 6059555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amsn2/gui/front_ends/qt4/chat_window.py
Expand Up @@ -21,6 +21,7 @@
import cgi
import time
import sys
reload(sys)

import papyon
from amsn2.gui import base
Expand Down Expand Up @@ -86,7 +87,7 @@ def __init__(self, amsn_conversation, parent, contacts_uid):
QObject.connect(self.ui.actionNudge, SIGNAL("triggered()"), self.__sendNudge)

#TODO: remove this when papyon is "fixed"...
sys.setappdefaultencoding("utf8")
sys.setdefaultencoding("utf8")

def processInput(self):
""" Here we process what is inside the widget... so showing emoticon
Expand Down

0 comments on commit 6059555

Please sign in to comment.