Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 919446
Collapse All | Expand All

(-)a/projectorganizer/src/prjorg-sidebar.c (-1 / +1 lines)
Lines 1562-1568 gchar **prjorg_sidebar_get_expanded_paths(void) Link Here
1562
		(GtkTreeViewMappingFunc)on_map_expanded, expanded_paths);
1562
		(GtkTreeViewMappingFunc)on_map_expanded, expanded_paths);
1563
	g_ptr_array_add(expanded_paths, NULL);
1563
	g_ptr_array_add(expanded_paths, NULL);
1564
1564
1565
	return g_ptr_array_free(expanded_paths, FALSE);
1565
	return (gchar **) g_ptr_array_free(expanded_paths, FALSE);
1566
}
1566
}
1567
1567
1568
1568

Return to bug 919446