Changeset b14890d


Ignore:
Timestamp:
2008-02-18T09:42:25Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
0cf867b, 9730d72
Parents:
5933da7
Message:

fix "purple background" bug *sigh* :P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.c

    r5933da7 rb14890d  
    344344                        else
    345345                                color=5;   /* red */
    346                         colormsg = g_strdup_printf("\x03%.2d%s\x0F", color, newmsg);
     346                        colormsg = g_strdup_printf("\x03%.2d,00%s\x0F", color, newmsg);
    347347                } else {
    348348                        colormsg = g_strdup(newmsg);
Note: See TracChangeset for help on using the changeset viewer.