summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-07 13:49:18 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-07 13:49:18 +0000
commit112fbe319f1e9070e9b6b62a7ec12d625a19be51 (patch)
tree62572ba750a8fb8d37d2f63a69f282d8590f4c31 /src/gui/setup.h
parent682be63061b2134cd3bc8b272fd3180e82437bb9 (diff)
downloadmana-client-112fbe319f1e9070e9b6b62a7ec12d625a19be51.tar.gz
mana-client-112fbe319f1e9070e9b6b62a7ec12d625a19be51.tar.bz2
mana-client-112fbe319f1e9070e9b6b62a7ec12d625a19be51.tar.xz
mana-client-112fbe319f1e9070e9b6b62a7ec12d625a19be51.zip
* Fixed crash on exit when trying to delete listbox that wasn't created.
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 7a38bfd5..0fe3df1b 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -67,14 +67,14 @@ class ModeListModel : public gcn::ListModel {
class Setup : public Window, public gcn::ActionListener {
private:
// Dialog parts
- ModeListModel *modeListModel;
- gcn::Label *displayLabel;
+ //ModeListModel *modeListModel;
+ //gcn::Label *displayLabel;
gcn::CheckBox *fsCheckBox;
gcn::Label *soundLabel;
gcn::CheckBox *soundCheckBox;
gcn::RadioButton *disabledRadio;
- gcn::ScrollArea *scrollArea;
- gcn::ListBox *modeList;
+ //gcn::ScrollArea *scrollArea;
+ //gcn::ListBox *modeList;
gcn::Button *applyButton;
gcn::Button *cancelButton;
gcn::Label *alphaLabel;