Re: [anjuta-devel] Application for the anjuta project



Hi!

(anjuta:31200): Gtk-CRITICAL **: IA__gtk_builder_add_from_file: assertion
`error == NULL || *error == NULL' failed

** (anjuta:31200): WARNING **: Couldn't load builder file: deactivated
Segmentation fault (core dumped)

In plugin.c, replace the line

GError *error;

with

GError *error = NULL;

I will fix that in the template later today. Just for your information
(and I assume you use anjuta 3.0 from git) creating a new plugin is
probably a good start to get into anjuta development but it won't help you
with fixing the bug as it is in an existing plugin of course.

Regards,
Johannes




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]