GNOME Bugzilla – Bug 169367
Association with empty name gives assertion failures
Last modified: 2005-03-20 19:38:51 UTC
Create a diagram. Add a UML - Assertion object. Open the properties dialog for it. Press Apply and this appears in the console: (lt-dia:12743): GLib-CRITICAL **: file gstrfuncs.c: line 1915 (g_strdelimit): assertion `string != NULL' failed Write something in the name entry field. Press Apply and nothing appears in the console.
As noted elsewhere GLib-CRITICAL is almost turned into crashing whit a less instrumented GLib build. So this is hardly 'minor'.
2005-03-19 Hans Breuer <hans@breuer.org> * lib/prop_text.c : don't try to g_strdelimit(NULL), fixes bug #169367