Skip to content
Snippets Groups Projects
Commit 7d3c309f authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Load/save account order functionnal - ticket #813

parent 597c9197
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ gchar * account_list_get_ordered_list (void) {
for( i=0; i<account_list_get_size(); i++ )
{
order = g_strconcat (account_list_get_nth (i)->accountID, "/", NULL);
order = g_strconcat (order, account_list_get_nth (i)->accountID, "/", NULL);
}
return order;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment