diff options
author | Ted Gould <ted@gould.cx> | 2010-08-13 14:38:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-13 14:38:39 -0500 |
commit | 45fc7d96061fda667fe12ee1b00d869e6373d4d5 (patch) | |
tree | 16051e231618127c4fc4124709a271b510e28013 /src/notification-item.xml | |
parent | 91c8163bb8d2adb3c07047d25d53240a09432bb7 (diff) | |
parent | ba5b85a76a469fb5fa860a723ffd09c939bc7f0e (diff) | |
download | libayatana-appindicator-45fc7d96061fda667fe12ee1b00d869e6373d4d5.tar.gz libayatana-appindicator-45fc7d96061fda667fe12ee1b00d869e6373d4d5.tar.bz2 libayatana-appindicator-45fc7d96061fda667fe12ee1b00d869e6373d4d5.zip |
* Upstream Merge
* Updating to trunk
* Fixing application list
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml index 01261b5..05afd83 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -12,8 +12,9 @@ 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" /> + <property name="XAyatanaOrderingIndex" type="u" access="read" /> <!-- Methods --> <!-- None currently --> @@ -29,7 +30,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> |