Add beginning of a screenshot window.

Mon Nov  7 23:42:26 2005  Soeren Sandmann  <sandmann@redhat.com>

        * sysprof.c: Add beginning of a screenshot
        window.

        * sysprof.glade: Add screenshot window plus menu items.

        * stackstash.c: Remove unused function stack_node_list_leaves()

        * xmlstore.c: Various crack
This commit is contained in:
Soeren Sandmann
2005-11-08 04:32:19 +00:00
committed by Søren Sandmann Pedersen
parent 1bf3734fdb
commit 00244118a2
7 changed files with 305 additions and 35 deletions

View File

@ -484,7 +484,8 @@ profile_get_objects (Profile *profile)
{
GList *objects = NULL;
stack_stash_foreach_by_address (profile->stash, build_object_list, &objects);
stack_stash_foreach_by_address (
profile->stash, build_object_list, &objects);
/* FIXME: everybody still assumes that they don't have to free the
* objects in the list, but these days they do, and so we are leaking.