just move comment around :)
This commit is contained in:
parent
c600243cbb
commit
598788d260
1 changed files with 4 additions and 4 deletions
|
@ -7615,10 +7615,6 @@ static void compose_add_field_list( Compose *compose, GList *listAddress ) {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* End of Source.
|
||||
*/
|
||||
|
||||
void compose_reply_from_messageview(MessageView *msgview, GSList *msginfo_list,
|
||||
guint action)
|
||||
{
|
||||
|
@ -7654,3 +7650,7 @@ void compose_reply_from_messageview(MessageView *msgview, GSList *msginfo_list,
|
|||
|
||||
g_free(body);
|
||||
}
|
||||
|
||||
/*
|
||||
* End of Source.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue