On Tue, 2008-09-23 at 15:08 +0400, Ineiev wrote: > Hello, Peter > > On 9/21/08, Peter Clifton <[EMAIL PROTECTED]> wrote: > > See attached patch. > > > > Splits the net name on "/" characters, and makes the netlist window view > > this as a tree. > > > > Any objections before I commit this? > > I tried to test it and learned that glib-2.6.4 has no g_hash_table_unref(). > Is this glib release too old? Before the patch, PCB builds itself on top of > it.
Thanks for the bug report. Looks like (optional) ref-counting was added in glib 2.10. I spotted the "unref" function, and assumed that was the only way. Change the line of code to: g_hash_table_destroy () And it should work fine with older GLib versions. Best regards, -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
