diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-28 17:39:51 +0800 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-28 17:41:57 +0800 |
commit | ed85fe70b223a778b5d7bdca6b4fe8d5ac327959 (patch) | |
tree | 636c97a08143b39440a226efdc96159ba67f7a0c /src/empathy-event-manager.h | |
parent | 9420ba8ea42efb6d5e1e044d68cc1ba571120314 (diff) | |
download | gsoc2013-empathy-ed85fe70b223a778b5d7bdca6b4fe8d5ac327959.tar gsoc2013-empathy-ed85fe70b223a778b5d7bdca6b4fe8d5ac327959.tar.gz gsoc2013-empathy-ed85fe70b223a778b5d7bdca6b4fe8d5ac327959.tar.bz2 gsoc2013-empathy-ed85fe70b223a778b5d7bdca6b4fe8d5ac327959.tar.lz gsoc2013-empathy-ed85fe70b223a778b5d7bdca6b4fe8d5ac327959.tar.xz gsoc2013-empathy-ed85fe70b223a778b5d7bdca6b4fe8d5ac327959.tar.zst gsoc2013-empathy-ed85fe70b223a778b5d7bdca6b4fe8d5ac327959.zip |
Move category name constants to #defines
This is kind of overkill to avoid me typoing the two names used in
empathy-chat-window.c, but, hey.
Diffstat (limited to 'src/empathy-event-manager.h')
-rw-r--r-- | src/empathy-event-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-event-manager.h b/src/empathy-event-manager.h index 91c6e1f99..e50ab8884 100644 --- a/src/empathy-event-manager.h +++ b/src/empathy-event-manager.h @@ -58,6 +58,7 @@ typedef enum { EMPATHY_EVENT_TYPE_PRESENCE_OFFLINE, EMPATHY_EVENT_TYPE_INVITATION, EMPATHY_EVENT_TYPE_AUTH, + EMPATHY_EVENT_TYPE_MENTIONED, } EmpathyEventType; typedef struct { |