diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-20 22:18:40 -0700 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-20 22:18:40 -0700 |
commit | df1fb67d1dbf52d138f63e0d917dda2412d4fc0b (patch) | |
tree | 866ffc05c6a60b39213ea85c1f4bdf5642ebb30f /protocols/nogaim.h | |
parent | 17fa798247bf1a9b18de2c4848039f940d819f31 (diff) |
Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap
too.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index bc91db3e..6be7b489 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -60,8 +60,8 @@ #define OPT_LOGGING_OUT 0x00000002 #define OPT_AWAY 0x00000004 #define OPT_DOES_HTML 0x00000010 -#define OPT_TYPING 0x00000100 -#define OPT_THINKING 0x00000200 +#define OPT_TYPING 0x00000100 /* Some pieces of code make assumptions */ +#define OPT_THINKING 0x00000200 /* about these values... Stupid me! */ /* ok. now the fun begins. first we create a connection structure */ struct im_connection |