aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-11 13:03:59 -0500
committerTed Gould <ted@gould.cx>2010-08-11 13:03:59 -0500
commit16cdfbcf41b0136f2e29836a7bdb76a6f05ec4b7 (patch)
tree82c7e68b37be28247280aaf9ad4617a57ad73bbf
parentd7c7a2ae1656af559bfbdb2716fe381d313b5a53 (diff)
downloadayatana-indicator-application-16cdfbcf41b0136f2e29836a7bdb76a6f05ec4b7.tar.gz
ayatana-indicator-application-16cdfbcf41b0136f2e29836a7bdb76a6f05ec4b7.tar.bz2
ayatana-indicator-application-16cdfbcf41b0136f2e29836a7bdb76a6f05ec4b7.zip
Changing the Dbus interface.
-rw-r--r--src/notification-item.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml
index 01261b5..e0d3649 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -12,8 +12,8 @@
to find the icons specified above. -->
<property name="IconThemePath" type="s" access="read" />
<property name="Menu" type="o" access="read" />
- <property name="Label" type="s" access="read" />
- <property name="LabelGuide" type="s" access="read" />
+ <property name="XAyatanaLabel" type="s" access="read" />
+ <property name="XAyatanaLabelGuide" type="s" access="read" />
<!-- Methods -->
<!-- None currently -->
@@ -29,7 +29,7 @@
<signal name="NewStatus">
<arg type="s" name="status" direction="out" />
</signal>
- <signal name="NewLabel">
+ <signal name="XAyatanaNewLabel">
<arg type="s" name="label" direction="out" />
<arg type="s" name="guide" direction="out" />
</signal>