Commit 252a0b5a authored by Youness Alaoui's avatar Youness Alaoui

NICE_COMPATIBILITY_LAST = NICE_COMPATIBILITY_MSN .. better this way

darcs-hash:20080422211225-4f0f6-0c57b5ee3e5cc4e2af669a4a3f24f3dc4da552dc.gz
parent 3475438a
...@@ -205,7 +205,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -205,7 +205,7 @@ nice_agent_class_init (NiceAgentClass *klass)
"compatibility", "compatibility",
"ICE specification compatibility", "ICE specification compatibility",
"The compatibility mode for the agent", "The compatibility mode for the agent",
NICE_COMPATIBILITY_ID19, NICE_COMPATIBILITY_LAST-1, NICE_COMPATIBILITY_ID19, NICE_COMPATIBILITY_LAST,
NICE_COMPATIBILITY_ID19, NICE_COMPATIBILITY_ID19,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
......
...@@ -101,7 +101,7 @@ typedef enum ...@@ -101,7 +101,7 @@ typedef enum
NICE_COMPATIBILITY_ID19, NICE_COMPATIBILITY_ID19,
NICE_COMPATIBILITY_GOOGLE, NICE_COMPATIBILITY_GOOGLE,
NICE_COMPATIBILITY_MSN, NICE_COMPATIBILITY_MSN,
NICE_COMPATIBILITY_LAST NICE_COMPATIBILITY_LAST = NICE_COMPATIBILITY_MSN
} NiceCompatibility; } NiceCompatibility;
typedef struct _NiceCandidateDesc NiceCandidateDesc; typedef struct _NiceCandidateDesc NiceCandidateDesc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment