Quick hack to prevent glade-- segfaults
- From: Christof Petig <christof petig wtal de>
- To: Tero Pulkkinen <terop modeemi cs tut fi>, Damon Chaplin <DAChaplin msn com>, Gtk-List <gtk-list redhat com>, Ionut Borcoman <borco mailbox ro>
- Subject: Quick hack to prevent glade-- segfaults
- Date: Sat, 20 Jun 1998 08:41:31 +0200
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]