aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-20 16:56:09 -0600
committerTed Gould <ted@gould.cx>2009-12-20 16:56:09 -0600
commit8d4ca51e188f83fac7c4c6c941b15e217ae8c336 (patch)
treec5566dc60e685c866aecf539b31b264e4706d002
parent312dadc3611b4afb7249ebc439390d3906a1683d (diff)
downloadayatana-indicator-application-8d4ca51e188f83fac7c4c6c941b15e217ae8c336.tar.gz
ayatana-indicator-application-8d4ca51e188f83fac7c4c6c941b15e217ae8c336.tar.bz2
ayatana-indicator-application-8d4ca51e188f83fac7c4c6c941b15e217ae8c336.zip
Adding of a new property, icon path, to store the path to the icons.
-rw-r--r--src/notification-item.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml
index c28cc54..b671e38 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -8,6 +8,7 @@
<property name="Status" type="s" access="read" />
<property name="IconName" type="s" access="read" />
<property name="AttentionIconName" type="s" access="read" />
+ <property name="IconPath" type="s" access="read" />
<property name="Menu" type="o" access="read" />
<!-- Methods -->