window delete/hide is managed by WMProxy (amend to cb6f16ac)

This commit is contained in:
Robin Gareus 2013-07-07 22:24:15 +02:00
parent 2b0fef5933
commit 07be5beee7
11 changed files with 13 additions and 25 deletions

View file

@ -133,10 +133,6 @@ SendUIWindow::SendUIWindow (boost::shared_ptr<Send> s, Session* session)
hpacker.show ();
s->DropReferences.connect (going_away_connection, invalidator (*this), boost::bind (&SendUIWindow::send_going_away, this), gui_context());
signal_delete_event().connect (sigc::bind (
sigc::ptr_fun (just_hide_it),
reinterpret_cast<Window *> (this)));
}
SendUIWindow::~SendUIWindow ()