Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset b14890d
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2008-02-18T09:42:25Z (
17 years
ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
0cf867b
,
9730d72
Parents:
5933da7
Message:
fix "purple background" bug *sigh* :P
File:
1 edited
otr.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
otr.c
r5933da7
rb14890d
344
344
else
345
345
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);
347
347
} else {
348
348
colormsg = g_strdup(newmsg);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive