mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Add percent signs; update TODO
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user