aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-03-18 15:19:33 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-03-18 15:19:33 -0400
commit5581a39916752fef3c374fb2a79c3920d7590a6a (patch)
treee3e8ea4cac8a2f7531834f49f000db7b4cfc7a88 /src
parentddee75aad38e1608998a4c7a5d9b10733d1d227a (diff)
parent543f7fca61ce2a47403872d156f783ae314cc334 (diff)
downloadlibayatana-appindicator-5581a39916752fef3c374fb2a79c3920d7590a6a.tar.gz
libayatana-appindicator-5581a39916752fef3c374fb2a79c3920d7590a6a.tar.bz2
libayatana-appindicator-5581a39916752fef3c374fb2a79c3920d7590a6a.zip
* Upstream Release 0.0.17
* Support GTK's show menu items property (LP: #528527) * Fix status and category nicks in Python bindings (LP: #539858) * Switch domains to org.kde instead of org.freedesktop as spec was never officially approved by that body.
Diffstat (limited to 'src')
-rw-r--r--src/dbus-shared.h6
-rw-r--r--src/libappindicator/app-indicator.c2
-rw-r--r--src/notification-item.xml2
-rw-r--r--src/notification-watcher.xml2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index b8dc016..f158b1c 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -24,10 +24,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define INDICATOR_APPLICATION_DBUS_OBJ "/org/ayatana/indicator/application/service"
#define INDICATOR_APPLICATION_DBUS_IFACE "org.ayatana.indicator.application.service"
-#define NOTIFICATION_WATCHER_DBUS_ADDR "org.freedesktop.StatusNotifierWatcher"
+#define NOTIFICATION_WATCHER_DBUS_ADDR "org.kde.StatusNotifierWatcher"
#define NOTIFICATION_WATCHER_DBUS_OBJ "/StatusNotifierWatcher"
-#define NOTIFICATION_WATCHER_DBUS_IFACE "org.freedesktop.StatusNotifierWatcher"
+#define NOTIFICATION_WATCHER_DBUS_IFACE "org.kde.StatusNotifierWatcher"
-#define NOTIFICATION_ITEM_DBUS_IFACE "org.freedesktop.StatusNotifierItem"
+#define NOTIFICATION_ITEM_DBUS_IFACE "org.kde.StatusNotifierItem"
#define NOTIFICATION_ITEM_DEFAULT_OBJ "/StatusNotifierItem"
diff --git a/src/libappindicator/app-indicator.c b/src/libappindicator/app-indicator.c
index 5689c11..1dce0a0 100644
--- a/src/libappindicator/app-indicator.c
+++ b/src/libappindicator/app-indicator.c
@@ -625,7 +625,7 @@ check_connect (AppIndicator *self)
}
g_signal_connect(G_OBJECT(priv->watcher_proxy), "destroy", G_CALLBACK(watcher_proxy_destroyed), self);
- org_freedesktop_StatusNotifierWatcher_register_status_notifier_item_async(priv->watcher_proxy, path, register_service_cb, self);
+ org_kde_StatusNotifierWatcher_register_status_notifier_item_async(priv->watcher_proxy, path, register_service_cb, self);
g_free(path);
/* Emit the AppIndicator::connection-changed signal*/
diff --git a/src/notification-item.xml b/src/notification-item.xml
index bcc3a4a..a0141c3 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<node name="/StatusNotifierItem">
- <interface name="org.freedesktop.StatusNotifierItem">
+ <interface name="org.kde.StatusNotifierItem">
<!-- Properties -->
<property name="Id" type="s" access="read" />
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml
index 22ada5f..c2324f1 100644
--- a/src/notification-watcher.xml
+++ b/src/notification-watcher.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<node name="/StatusNotifierWatcher">
- <interface name="org.freedesktop.StatusNotifierWatcher">
+ <interface name="org.kde.StatusNotifierWatcher">
<!-- Properties -->
<!-- None currently -->