Quick hack to prevent glade-- segfaults



Here is a quick hack to prevent known glade-- segfaults with version
0.0.4a:

swap the lines
 i=(*i).begin();
 end=(*i).end();

in Cxx.cc: Cxx::Cxx(const Tag*);


delete the
<type>GTK_WINDOW_FOO</type>
line in the glade file or

change
writers/window.cc: Gtk_Window::NeedConstruct(...)
to
return false;

Implications are under investigation.

Regards Christof



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