Show
Ignore:
Timestamp:
05/13/03 04:04:43 (6 years ago)
Author:
emostar
Message:

This probably introduces a bug, but at least we can read AIM users' messages without the HTML being shown. To be fixed properly...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/protocol_plugin_1_3_0/qt-gui/src/ewidgets.cpp

    r3472 r3503  
    638638  s.sprintf("<font color=\"%s\">%s</font>", 
    639639            color, 
    640             MLView::toRichText(messageText, true).utf8().data() 
     640            messageText.utf8().data() 
     641//MLView::toRichText(messageText, true).utf8().data() 
    641642           ); 
    642643  append(s);