Commit ae063633 authored by Claes Sjofors's avatar Claes Sjofors

Ge confirm bugfix, confirm window was not destroyed by ge graph destuctor

parent 305e7870
......@@ -216,6 +216,8 @@ XttGeGtk::~XttGeGtk()
{
if ( close_cb)
(close_cb)( this);
if ( confirm_widget)
gtk_widget_destroy( confirm_widget);
if ( nav_shell)
gtk_widget_destroy( nav_shell);
delete graph;
......
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