aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-03-20 22:47:49 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-20 22:47:49 +0800
commit3c4cfb4ab710410fe2464be3ea9b83397c7f80da (patch)
tree5fb81ef5b8de73c7f9e07fb61e8802e57c5f595d /libempathy-gtk
parent64889f708146588d444fdbe158edbfcded44b179 (diff)
downloadgsoc2013-empathy-3c4cfb4ab710410fe2464be3ea9b83397c7f80da.tar
gsoc2013-empathy-3c4cfb4ab710410fe2464be3ea9b83397c7f80da.tar.gz
gsoc2013-empathy-3c4cfb4ab710410fe2464be3ea9b83397c7f80da.tar.bz2
gsoc2013-empathy-3c4cfb4ab710410fe2464be3ea9b83397c7f80da.tar.lz
gsoc2013-empathy-3c4cfb4ab710410fe2464be3ea9b83397c7f80da.tar.xz
gsoc2013-empathy-3c4cfb4ab710410fe2464be3ea9b83397c7f80da.tar.zst
gsoc2013-empathy-3c4cfb4ab710410fe2464be3ea9b83397c7f80da.zip
Fix typo
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2727
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index ebafa57ef..c1251121e 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -180,7 +180,7 @@ chat_connection_changed_cb (EmpathyAccountManager *manager,
if (current == TP_CONNECTION_STATUS_CONNECTED && !priv->tp_chat &&
empathy_account_equal (account, priv->account) &&
priv->handle_type != TP_HANDLE_TYPE_NONE &&
- !EMP_IS_EMPTY (priv->id)) {
+ !EMP_STR_EMPTY (priv->id)) {
DEBUG ("Account reconnected, request a new Text channel");