diff options
Diffstat (limited to 'include/m_idle.h')
-rw-r--r-- | include/m_idle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_idle.h b/include/m_idle.h index 57394c9cc9..5fed10c55a 100644 --- a/include/m_idle.h +++ b/include/m_idle.h @@ -57,6 +57,7 @@ typedef struct { int aaStatus; // status to go to when user is auto away
int aaLock; // the status shouldn't be unset if its set
int idleType;
+ int idlesoundsoff;
}
MIRANDA_IDLE_INFO;
|