diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 22:26:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-25 00:32:26 +0800 |
commit | ec9c3c21d4fb4396de9d89486c7f5a7620920686 (patch) | |
tree | 3bdcc611d7f0b7fc1284ef61ad6d5245a7466e6b /libempathy | |
parent | ceffec53f750fe1fe44efb98d7d36eb73fd88f9f (diff) | |
download | gsoc2013-empathy-ec9c3c21d4fb4396de9d89486c7f5a7620920686.tar gsoc2013-empathy-ec9c3c21d4fb4396de9d89486c7f5a7620920686.tar.gz gsoc2013-empathy-ec9c3c21d4fb4396de9d89486c7f5a7620920686.tar.bz2 gsoc2013-empathy-ec9c3c21d4fb4396de9d89486c7f5a7620920686.tar.lz gsoc2013-empathy-ec9c3c21d4fb4396de9d89486c7f5a7620920686.tar.xz gsoc2013-empathy-ec9c3c21d4fb4396de9d89486c7f5a7620920686.tar.zst gsoc2013-empathy-ec9c3c21d4fb4396de9d89486c7f5a7620920686.zip |
empathy-chatroom: remove trailing tabs
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-chatroom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-chatroom.c b/libempathy/empathy-chatroom.c index 6575bb998..147fca0a9 100644 --- a/libempathy/empathy-chatroom.c +++ b/libempathy/empathy-chatroom.c @@ -407,11 +407,11 @@ empathy_chatroom_get_name (EmpathyChatroom *chatroom) g_return_val_if_fail (EMPATHY_IS_CHATROOM (chatroom), NULL); priv = GET_PRIV (chatroom); - + if (EMP_STR_EMPTY (priv->name)) { return priv->room; } - + return priv->name; } |