It makes (slightly) more sense for comments to be "sent" by the context than "received".

svn path=/trunk/; revision=33552
This commit is contained in:
Martin Mathieson 2010-07-16 13:52:18 +00:00
parent e88b2f1fc9
commit b3f57106d4
1 changed files with 1 additions and 1 deletions

View File

@ -1114,7 +1114,7 @@ static gboolean parse_line(gchar *linebuff, gint line_length,
n++;
}
else {
*direction = received;
*direction = sent;
}