aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-08 14:59:13 -0600
committerTed Gould <ted@gould.cx>2010-01-08 14:59:13 -0600
commit8d0d0e408b316862980ee722e00a9aa122a1a368 (patch)
treefdb6ab9df70abb604ed38a0a4c2bcfdc42cda4e5
parent34bb6cbec79679821520ac13d2f1cf935d845151 (diff)
downloadayatana-indicator-application-8d0d0e408b316862980ee722e00a9aa122a1a368.tar.gz
ayatana-indicator-application-8d0d0e408b316862980ee722e00a9aa122a1a368.tar.bz2
ayatana-indicator-application-8d0d0e408b316862980ee722e00a9aa122a1a368.zip
Making applications register to the watcher address so they work on KDE
-rw-r--r--src/libappindicator/app-indicator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libappindicator/app-indicator.c b/src/libappindicator/app-indicator.c
index 5868a4d..7560a97 100644
--- a/src/libappindicator/app-indicator.c
+++ b/src/libappindicator/app-indicator.c
@@ -530,7 +530,7 @@ check_connect (AppIndicator *self)
GError * error = NULL;
priv->watcher_proxy = dbus_g_proxy_new_for_name_owner(priv->connection,
- INDICATOR_APPLICATION_DBUS_ADDR,
+ NOTIFICATION_WATCHER_DBUS_ADDR,
NOTIFICATION_WATCHER_DBUS_OBJ,
NOTIFICATION_WATCHER_DBUS_IFACE,
&error);