grim/gplate

This is a better method...
render_rewrite
2008-02-17, grim
ab20699388a3
Parents 370596911068
Children f7533f4ebefb
This is a better method...
--- a/gplate/gplate-library.c Sun Feb 17 05:49:23 2008 -0600
+++ b/gplate/gplate-library.c Sun Feb 17 06:57:13 2008 -0600
@@ -643,13 +643,8 @@
return FALSE;
}
- function = gplate_library_lookup_function_for_tag(name, tag, error);
- if(function == G_TYPE_INVALID) {
- /* error should already be set from
- * gplate_library_lookup_function_for_tag
- */
+ if(!gplate_library_lookup_function(name, &function, NULL, error))
return FALSE;
- }
tdata->default_function = function;