diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-05-22 19:36:19 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-05-22 19:36:19 +0000 |
commit | 4852d95f4bd03f2e258744e2dc7ef91d4aa9f349 (patch) | |
tree | 9e0efde60adf4b96395290495062d63f9046b45e /src/gui/requesttrade.h | |
parent | 2a1af1a5dbcca1c890f38f20385e5d2639fd48db (diff) | |
download | mana-4852d95f4bd03f2e258744e2dc7ef91d4aa9f349.tar.gz mana-4852d95f4bd03f2e258744e2dc7ef91d4aa9f349.tar.bz2 mana-4852d95f4bd03f2e258744e2dc7ef91d4aa9f349.tar.xz mana-4852d95f4bd03f2e258744e2dc7ef91d4aa9f349.zip |
requestTradeDialog is modal now
Diffstat (limited to 'src/gui/requesttrade.h')
-rw-r--r-- | src/gui/requesttrade.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/requesttrade.h b/src/gui/requesttrade.h index 3d6c4c22..3573cb69 100644 --- a/src/gui/requesttrade.h +++ b/src/gui/requesttrade.h @@ -43,7 +43,7 @@ class RequestTradeDialog : public Window, public gcn::ActionListener * * @see Window::Window */ - RequestTradeDialog(); + RequestTradeDialog(const char *name); /** * Destructor. @@ -51,11 +51,6 @@ class RequestTradeDialog : public Window, public gcn::ActionListener ~RequestTradeDialog(); /** - * Changes caption and brings window to the top - */ - void request(const char *name); - - /** * Called when receiving actions from the widgets. */ void action(const std::string& eventId); |