aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/gossip-utils.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-01 21:57:21 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-01 21:57:21 +0800
commitc495067284d11585b493d9f28667857771498b2a (patch)
tree6b217ea6b93f1c05c5079ec9b340db9e15d44e2c /libempathy/gossip-utils.c
parent8aaf6865026ead0f21a233a2897a89a7de332f5d (diff)
downloadgsoc2013-empathy-c495067284d11585b493d9f28667857771498b2a.tar
gsoc2013-empathy-c495067284d11585b493d9f28667857771498b2a.tar.gz
gsoc2013-empathy-c495067284d11585b493d9f28667857771498b2a.tar.bz2
gsoc2013-empathy-c495067284d11585b493d9f28667857771498b2a.tar.lz
gsoc2013-empathy-c495067284d11585b493d9f28667857771498b2a.tar.xz
gsoc2013-empathy-c495067284d11585b493d9f28667857771498b2a.tar.zst
gsoc2013-empathy-c495067284d11585b493d9f28667857771498b2a.zip
[darcs-to-svn @ Syncing new contact list stuff from gossip]
svn path=/trunk/; revision=15
Diffstat (limited to 'libempathy/gossip-utils.c')
-rw-r--r--libempathy/gossip-utils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/gossip-utils.c b/libempathy/gossip-utils.c
index 430a2f099..3dc4afd48 100644
--- a/libempathy/gossip-utils.c
+++ b/libempathy/gossip-utils.c
@@ -317,8 +317,7 @@ gossip_dbus_type_to_g_type (const gchar *dbus_type_string)
const gchar *
gossip_g_type_to_dbus_type (GType g_type)
{
- switch (g_type)
- {
+ switch (g_type) {
case G_TYPE_STRING:
return "s";
case G_TYPE_BOOLEAN: