Make stack_stash_add_trace() return a pointer to the trace

This commit is contained in:
Søren Sandmann Pedersen
2009-09-07 15:55:45 -04:00
parent e387de1c3a
commit 3395b317ab
3 changed files with 7 additions and 5 deletions

View File

@ -272,7 +272,7 @@ set_busy (GtkWidget *widget,
if (cursor)
gdk_cursor_unref (cursor);
gdk_display_flush (gdk_display_get_default());
gdk_display_sync (gdk_display_get_default());
}
static void
@ -506,7 +506,7 @@ add_node (FooTreeStore *store,
static void
fill_descendants_tree (Application *app)
{
GtkTreeStore *tree_store;
FooTreeStore *tree_store;
if (app->descendants)
{