Add percent signs; update TODO

This commit is contained in:
Søren Sandmann Pedersen
2009-02-20 07:33:24 -05:00
parent 8577c079dc
commit af294337bd
3 changed files with 26 additions and 13 deletions

View File

@ -186,7 +186,7 @@ double_to_text (GtkTreeViewColumn *tree_column,
text = g_strdup_printf (info->format, d);
g_object_set (cell, "text", text, NULL);
g_object_set (cell, "markup", text, NULL);
g_free (text);
}