summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/eathena/pethandler.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/eathena/pethandler.cpp b/src/net/eathena/pethandler.cpp
index f737ba6a1..0b31295f8 100644
--- a/src/net/eathena/pethandler.cpp
+++ b/src/net/eathena/pethandler.cpp
@@ -29,6 +29,8 @@
#include "gui/windows/eggselectiondialog.h"
+#include "gui/widgets/createwidget.h"
+
#include "gui/widgets/tabs/chat/chattab.h"
#include "net/inventoryhandler.h"
@@ -209,8 +211,7 @@ void PetHandler::processEggsList(Net::MessageIn &msg)
inventoryHandler->selectEgg(item);
return;
}
- SellDialog *const dialog = new EggSelectionDialog;
- dialog->postInit();
+ SellDialog *const dialog = CREATEWIDGETR0(EggSelectionDialog);
for (int f = 0; f < count; f ++)
{