mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
s/Cummulative/Cumulative/. Pointed out by Ian McIntosh.
Thu Mar 10 16:37:52 2005 Søren Sandmann <sandmann@redhat.com> * sysprof.c (build_gui): s/Cummulative/Cumulative/. Pointed out by Ian McIntosh.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
2a277505d8
commit
e0a2d061c6
@ -1,3 +1,8 @@
|
||||
Thu Mar 10 16:37:52 2005 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* sysprof.c (build_gui): s/Cummulative/Cumulative/. Pointed out by
|
||||
Ian McIntosh.
|
||||
|
||||
Mon Mar 7 14:47:09 2005 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* README: Add note that you need to compile the module with
|
||||
|
||||
@ -891,7 +891,7 @@ build_gui (Application *app)
|
||||
app->descendants_view = (GtkTreeView *)glade_xml_get_widget (xml, "descendants_view");
|
||||
col = add_plain_text_column (app->descendants_view, _("Name"), DESCENDANTS_NAME);
|
||||
add_double_format_column (app->descendants_view, _("Self"), DESCENDANTS_SELF, "%.2f");
|
||||
add_double_format_column (app->descendants_view, _("Cummulative"), DESCENDANTS_NON_RECURSE, "%.2f");
|
||||
add_double_format_column (app->descendants_view, _("Cumulative"), DESCENDANTS_NON_RECURSE, "%.2f");
|
||||
g_signal_connect (app->descendants_view, "row-activated",
|
||||
G_CALLBACK (on_descendants_row_activated), app);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user