diff options
author | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-11-02 10:15:03 +0000 |
---|---|---|
committer | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-11-02 10:15:03 +0000 |
commit | 872957d378790f44ec8749bd05067695bb45d8ea (patch) | |
tree | ab9a4708db79cb30b383262e11ebfb4bbafbf9f1 /plugins/NewXstatusNotify/src/options.h | |
parent | d993bef95dc1703515d01ca69e51fb48e6c0fbe5 (diff) |
NewXstatusNotify: restored last seen implementation, now it's hidden option, disabled by default, no one hurt, not slow down the work.
git-svn-id: http://svn.miranda-ng.org/main/trunk@6739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/options.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewXstatusNotify/src/options.h b/plugins/NewXstatusNotify/src/options.h index b5e2eff5c9..dc62e034e7 100644 --- a/plugins/NewXstatusNotify/src/options.h +++ b/plugins/NewXstatusNotify/src/options.h @@ -67,6 +67,7 @@ typedef struct tagOPTIONS { BYTE TempDisabled;
BYTE PopupAutoDisabled;
BYTE SoundAutoDisabled;
+ BYTE EnableLastSeen;
} OPTIONS;
typedef struct tagTEMPLATES {
|