Changeset 4788

Show
Ignore:
Timestamp:
11/21/06 04:37:51 (22 months ago)
Author:
erijo
Message:

Text sent to an AIM user isn't html when it is added to the history widget, so don't pretend it is. Fixes #1450.

Files:
1 modified

Legend:

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

    r4780 r4788  
    894894      for (unsigned int x = 0; x < strlen(m_szId); x++) 
    895895      { 
    896         if (!isdigit(m_szId[x]) && m_nPPID == LICQ_PPID) 
     896        if (!isdigit(m_szId[x]) && m_nPPID == LICQ_PPID && e->Direction() == D_RECEIVER) 
    897897        { 
    898898          bUseHTML = true;