diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-29 14:01:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-29 14:10:28 +0300 |
commit | f820365eed7e956e67e6122a8a5ab529e7df9474 (patch) | |
tree | 9ee43bae2f7cafa38ab0cf018b8dbaf49d531f38 /src/gui/windows/mailview.h | |
parent | 4b0f30b1e1879cee6d65394d826bba21eca6c40b (diff) | |
download | plus-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.h | 3 |
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 |