diff options
| author | Ted Gould <ted@gould.cx> | 2010-08-12 09:30:35 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-08-12 09:30:35 -0500 |
| commit | 6769e30333d906eb69789aff69d58851fe08fc00 (patch) | |
| tree | 717e599f47384d4ab7814094dc7cf7312266e966 /src/notification-item.xml | |
| parent | c1b795ef9c73fb679fdcac0d24d892b30ef3c7de (diff) | |
| parent | f6b5ccdf34323425d94e594c6f748c1d4201cf89 (diff) | |
| download | libayatana-appindicator-6769e30333d906eb69789aff69d58851fe08fc00.tar.gz libayatana-appindicator-6769e30333d906eb69789aff69d58851fe08fc00.tar.bz2 libayatana-appindicator-6769e30333d906eb69789aff69d58851fe08fc00.zip | |
Sync to trunk
Diffstat (limited to 'src/notification-item.xml')
| -rw-r--r-- | src/notification-item.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml index b66dfe3..05afd83 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" /> <property name="XAyatanaOrderingIndex" type="u" access="read" /> <!-- Methods --> @@ -30,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> |
