aboutsummaryrefslogtreecommitdiff
path: root/gui/browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/browser.cpp')
-rw-r--r--gui/browser.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/browser.cpp b/gui/browser.cpp
index 7c6c96bae8..e7baa87341 100644
--- a/gui/browser.cpp
+++ b/gui/browser.cpp
@@ -38,6 +38,15 @@ enum {
BrowserDialog::BrowserDialog(NewGui *gui, const char *title)
: Dialog(gui, 20, 10, 320 -2 * 20, 200 - 2 * 10),
_node(0), _nodeContent(0) {
+
+#ifdef __PALM_OS__
+ _fileList = NULL;
+ _currentPath = NULL;
+ _node = NULL;
+ _nodeContent = NULL;
+ _choice = NULL;
+#endif
+
// Headline - TODO: should be customizable during creation time
new StaticTextWidget(this, 10, 8, _w-2 * 10, kLineHeight, title, kTextAlignCenter);