summaryrefslogtreecommitdiff
path: root/src/gui/partywindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/partywindow.cpp')
-rw-r--r--src/gui/partywindow.cpp2
1 files changed, 0 insertions, 2 deletions
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;
}
}