projects
/
empathy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c24254
)
If we don't know the status string, set it to unset (Sjoerd Simons).
author
Xavier Claessens
<xclaesse@src.gnome.org>
Tue, 29 Jul 2008 16:08:13 +0000
(16:08 +0000)
committer
Xavier Claessens
<xclaesse@src.gnome.org>
Tue, 29 Jul 2008 16:08:13 +0000
(16:08 +0000)
svn path=/trunk/; revision=1275
libempathy/empathy-utils.c
patch
|
blob
|
history
diff --git
a/libempathy/empathy-utils.c
b/libempathy/empathy-utils.c
index
3762b89
..
6c28a11
100644
(file)
--- a/
libempathy/empathy-utils.c
+++ b/
libempathy/empathy-utils.c
@@
-405,7
+405,7
@@
empathy_presence_from_str (const gchar *str)
return MC_PRESENCE_UNSET;
}
- return MC_PRESENCE_
AVAILABLE
;
+ return MC_PRESENCE_
UNSET
;
}
gchar *