Crash when exiting rt in singletab mode: reverted the automatic destructor for FilePanel

This commit is contained in:
ffsup2
2011-05-21 22:40:44 +02:00
parent 6f6b060c47
commit 9ae1bdc443

View File

@@ -53,7 +53,7 @@ RTWindow::RTWindow () {
mainNB->set_scrollable (true);
mainNB->signal_switch_page().connect_notify( sigc::mem_fun(*this, &RTWindow::on_mainNB_switch_page) );
fpanel = Gtk::manage ( new FilePanel () );
fpanel = new FilePanel () ;
fpanel->setParent (this);
// decorate tab