From 90b35878719aea081232adbb58fc906a3b3e0f79 Mon Sep 17 00:00:00 2001 From: David Athay Date: Thu, 17 Jul 2008 16:57:11 +0000 Subject: Fixed crash with party invite dialog --- src/gui/partywindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/partywindow.cpp b/src/gui/partywindow.cpp index 5ec1e6bf..484d81b0 100644 --- a/src/gui/partywindow.cpp +++ b/src/gui/partywindow.cpp @@ -120,11 +120,9 @@ void PartyWindow::action(const gcn::ActionEvent &event) { Net::ChatServer::Party::acceptInvite(mPartyInviter); mPartyInviter = ""; - delete acceptDialog; } else if (eventId == "no") { mPartyInviter = ""; - delete acceptDialog; } } -- cgit v1.2.3-70-g09d2