aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-09 18:31:42 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-09 18:31:42 +0800
commit56524fbc916e872c70465dec7c1cf5b59e066fb5 (patch)
treec3f2a49f15a906bda3df180ab0bb3b03e7841dff /libempathy
parent47277f8d52522e8db77eb54d6783800d60099a46 (diff)
downloadgsoc2013-empathy-56524fbc916e872c70465dec7c1cf5b59e066fb5.tar
gsoc2013-empathy-56524fbc916e872c70465dec7c1cf5b59e066fb5.tar.gz
gsoc2013-empathy-56524fbc916e872c70465dec7c1cf5b59e066fb5.tar.bz2
gsoc2013-empathy-56524fbc916e872c70465dec7c1cf5b59e066fb5.tar.lz
gsoc2013-empathy-56524fbc916e872c70465dec7c1cf5b59e066fb5.tar.xz
gsoc2013-empathy-56524fbc916e872c70465dec7c1cf5b59e066fb5.tar.zst
gsoc2013-empathy-56524fbc916e872c70465dec7c1cf5b59e066fb5.zip
use tabs because everyone love tabs
svn path=/trunk/; revision=2125
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-dispatcher.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 07e06f481..623a24aef 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -246,7 +246,7 @@ dispatcher_tubes_new_tube_cb (TpChannel *channel,
initiator);
g_object_unref (account);
- DEBUG ("Looking for tube handler: %s", tube->bus_name);
+ DEBUG ("Looking for tube handler: %s", tube->bus_name);
/* Check if that bus-name has an owner, if it has one that means the
* app is already running and we can directly give the channel. */
tp_cli_dbus_daemon_run_name_has_owner (daemon, -1, tube->bus_name,
@@ -260,7 +260,7 @@ dispatcher_tubes_new_tube_cb (TpChannel *channel,
return;
}
- DEBUG ("Tube handler is not running. Try to activate it");
+ DEBUG ("Tube handler is not running. Try to activate it");
/* Check if that bus-name is activatable, if not that means the
* application needed to handle this tube isn't installed. */
if (!tp_cli_dbus_daemon_run_list_activatable_names (daemon, -1,
@@ -273,7 +273,7 @@ dispatcher_tubes_new_tube_cb (TpChannel *channel,
for (name = names; *name; name++) {
if (!tp_strdiff (*name, tube->bus_name)) {
- DEBUG ("Found tube handler");
+ DEBUG ("Found tube handler");
tube->public.activatable = TRUE;
break;
}
@@ -281,8 +281,8 @@ dispatcher_tubes_new_tube_cb (TpChannel *channel,
g_strfreev (names);
}
- if (!tube->public.activatable)
- DEBUG ("Didn't find tube handler");
+ if (!tube->public.activatable)
+ DEBUG ("Didn't find tube handler");
g_signal_emit (dispatcher, signals[FILTER_TUBE], 0, tube);
empathy_dispatcher_tube_unref ((EmpathyDispatcherTube*) tube);