diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-12-07 18:19:26 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-12-07 18:19:26 +0000 |
commit | 2e6872b3a70cca023baf5cc2df075b9e0bc8a2d5 (patch) | |
tree | f070d45e9f8f0931e3d0d61b213e049f94a0dc20 /src/roster.h | |
parent | 6dc5f315e463ace73a7ce6e1fe7b33e7463a8d08 (diff) |
roster.c, roster.h: Use _INVALID instead of _NOT_CHANGED in constant names
Diffstat (limited to 'src/roster.h')
-rw-r--r-- | src/roster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster.h b/src/roster.h index 2cec84a21..9adc9f36b 100644 --- a/src/roster.h +++ b/src/roster.h @@ -63,7 +63,7 @@ typedef enum GABBLE_ROSTER_SUBSCRIPTION_BOTH = GABBLE_ROSTER_SUBSCRIPTION_FROM | GABBLE_ROSTER_SUBSCRIPTION_TO, GABBLE_ROSTER_SUBSCRIPTION_REMOVE = 1 << 2, - GABBLE_ROSTER_SUBSCRIPTION_NOT_CHANGED = -1 + GABBLE_ROSTER_SUBSCRIPTION_INVALID = 1 << 3, } GabbleRosterSubscription; GabbleRoster *gabble_roster_new (GabbleConnection *); |