From 649348f19cdb3d65f825a2a3270b185fc9d83c75 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 Oct 2013 23:53:38 +0300 Subject: move virtual member calls from confirmdialog constuctor into postInit. --- src/gui/windows/selldialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/windows/selldialog.cpp') diff --git a/src/gui/windows/selldialog.cpp b/src/gui/windows/selldialog.cpp index 6c0edbe74..a188861f0 100644 --- a/src/gui/windows/selldialog.cpp +++ b/src/gui/windows/selldialog.cpp @@ -245,6 +245,7 @@ void SellDialog::action(const gcn::ActionEvent &event) // TRANSLATORS: sell confirmation message strprintf(_("Do you really want to sell %s?"), info.getName().c_str()), SOUND_REQUEST, false, true); + dialog->postInit(); dialog->addActionListener(this); return; } -- cgit v1.2.3-70-g09d2