aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-06 22:14:41 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-06 22:14:41 +0800
commit29fadd10cee6eb633d25b18a3cf788e89dcfcded (patch)
tree13ae08022f20aa6f5342d12ec37eb1e08a76fb65
parent6e3981da3b4a2126fe10a9952baf56e26970ca8d (diff)
downloadgsoc2013-empathy-29fadd10cee6eb633d25b18a3cf788e89dcfcded.tar
gsoc2013-empathy-29fadd10cee6eb633d25b18a3cf788e89dcfcded.tar.gz
gsoc2013-empathy-29fadd10cee6eb633d25b18a3cf788e89dcfcded.tar.bz2
gsoc2013-empathy-29fadd10cee6eb633d25b18a3cf788e89dcfcded.tar.lz
gsoc2013-empathy-29fadd10cee6eb633d25b18a3cf788e89dcfcded.tar.xz
gsoc2013-empathy-29fadd10cee6eb633d25b18a3cf788e89dcfcded.tar.zst
gsoc2013-empathy-29fadd10cee6eb633d25b18a3cf788e89dcfcded.zip
[darcs-to-svn @ do not assert when there is an unknown state str]
svn path=/trunk/; revision=30
-rw-r--r--libempathy/gossip-presence.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/gossip-presence.c b/libempathy/gossip-presence.c
index ab0973d90..e78c11b2f 100644
--- a/libempathy/gossip-presence.c
+++ b/libempathy/gossip-presence.c
@@ -332,8 +332,6 @@ gossip_presence_state_from_str (const gchar *str)
return MC_PRESENCE_OFFLINE;
} else if (strcmp (str, "unset") == 0) {
return MC_PRESENCE_UNSET;
- } else {
- g_assert_not_reached ();
}
return MC_PRESENCE_AVAILABLE;