aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-11-12 19:02:41 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-11-12 19:02:41 +0800
commit427cca04e659f076cdb465b6d6d3f0ec4c6e10bb (patch)
treeb3584047e187c3e03b60163d9dc82ede7444a673 /libempathy-gtk
parentefc4147ac5de9340a0a3b74ee2838aa21cdd65de (diff)
downloadgsoc2013-empathy-427cca04e659f076cdb465b6d6d3f0ec4c6e10bb.tar
gsoc2013-empathy-427cca04e659f076cdb465b6d6d3f0ec4c6e10bb.tar.gz
gsoc2013-empathy-427cca04e659f076cdb465b6d6d3f0ec4c6e10bb.tar.bz2
gsoc2013-empathy-427cca04e659f076cdb465b6d6d3f0ec4c6e10bb.tar.lz
gsoc2013-empathy-427cca04e659f076cdb465b6d6d3f0ec4c6e10bb.tar.xz
gsoc2013-empathy-427cca04e659f076cdb465b6d6d3f0ec4c6e10bb.tar.zst
gsoc2013-empathy-427cca04e659f076cdb465b6d6d3f0ec4c6e10bb.zip
2007-11-12 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-status-icon.c: * src/empathy-call-chandler.c: * src/empathy-call.chandler: * src/org.gnome.Empathy.Call.service.in: * src/empathy-chat.chandler: * src/org.gnome.Empathy.Chat.service.in: * src/empathy-chat-chandler.c: Don't use the same bus name for filter and chandler programs. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@431 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-status-icon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-status-icon.c b/libempathy-gtk/empathy-status-icon.c
index e3abe49e6..2cf8dc24b 100644
--- a/libempathy-gtk/empathy-status-icon.c
+++ b/libempathy-gtk/empathy-status-icon.c
@@ -162,8 +162,8 @@ empathy_status_icon_init (EmpathyStatusIcon *icon)
empathy_idle_set_auto_disconnect (priv->idle, TRUE);
priv->manager = empathy_contact_manager_new ();
priv->mc = empathy_mission_control_new ();
- priv->text_filter = empathy_filter_new ("org.gnome.Empathy.Chat",
- "/org/freedesktop/Telepathy/Filter",
+ priv->text_filter = empathy_filter_new ("org.gnome.Empathy.ChatFilter",
+ "/org/gnome/Empathy/ChatFilter",
TP_IFACE_CHANNEL_TYPE_TEXT,
MC_FILTER_PRIORITY_DIALOG,
MC_FILTER_FLAG_INCOMING);