Commit e6210e54 authored by Claes Sjofors's avatar Claes Sjofors

Ge bugfix: navigator palette wasn't deleted

parent 25fdf16f
......@@ -127,4 +127,5 @@
090227 cs ge Problem with soiled texts fixed.
090305 cs glow Ge color palette fillcolor,bordercolor and textcolor selection changed.
090305 cs xtt Trend method not viewed for $PlantHier with a Trend child object.
090306 cs xtt Language translation of operator window buttons.
\ No newline at end of file
090306 cs xtt Language translation of operator window buttons.
090512 cs ge Bugfix in ge editor, navigator palette wasn't destroyed at exit.
\ No newline at end of file
......@@ -1502,11 +1502,16 @@ GeGtk::~GeGtk()
delete cmd_recall;
delete graph;
delete wow;
#ifdef LDH
if ( plantctx)
delete plantctx;
#endif
gtk_widget_destroy( india_widget);
gtk_widget_destroy( confirm_widget);
gtk_widget_destroy( yesnodia_widget);
gtk_widget_destroy( toplevel);
if ( exit_when_close)
exit(0);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment