summaryrefslogtreecommitdiff
path: root/src/gui/windows/mailview.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-29 14:01:37 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-29 14:10:28 +0300
commitf820365eed7e956e67e6122a8a5ab529e7df9474 (patch)
tree9ee43bae2f7cafa38ab0cf018b8dbaf49d531f38 /src/gui/windows/mailview.h
parent4b0f30b1e1879cee6d65394d826bba21eca6c40b (diff)
downloadplus-f820365eed7e956e67e6122a8a5ab529e7df9474.tar.gz
plus-f820365eed7e956e67e6122a8a5ab529e7df9474.tar.bz2
plus-f820365eed7e956e67e6122a8a5ab529e7df9474.tar.xz
plus-f820365eed7e956e67e6122a8a5ab529e7df9474.zip
Fix time in mail view window.
Also fix possible leaks in mail windows.
Diffstat (limited to 'src/gui/windows/mailview.h')
-rw-r--r--src/gui/windows/mailview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/mailview.h b/src/gui/windows/mailview.h
index 803dbc3d5..8d1ddde78 100644
--- a/src/gui/windows/mailview.h
+++ b/src/gui/windows/mailview.h
@@ -56,9 +56,10 @@ class MailView final : public Window,
Label *mSubjectLabel;
Label *mMessageLabel;
Label *mItemLabel;
- TextField *mMessageField;
Icon *mIcon;
};
+extern MailView *mailViewWindow;
+
#endif // EATHENA_SUPPORT
#endif // GUI_WINDOWS_MAILVIEW_H