diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 11:04:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 11:04:12 -0600 |
commit | 2b000f7fb8322eb1b8774b4d60ff5ec849e9cc9b (patch) | |
tree | c589fe149ed3e9f3c6336663905ab9e7c5c63b62 /src/notification-item.xml | |
parent | 458b67c8caa792c8176d494095c7eddd72600bf1 (diff) | |
parent | 8226d6c8f8870be9d2902fcd2137b242f2559da8 (diff) | |
download | libayatana-appindicator-2b000f7fb8322eb1b8774b4d60ff5ec849e9cc9b.tar.gz libayatana-appindicator-2b000f7fb8322eb1b8774b4d60ff5ec849e9cc9b.tar.bz2 libayatana-appindicator-2b000f7fb8322eb1b8774b4d60ff5ec849e9cc9b.zip |
Final icon-path merge.
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml index 6b3eeee..bcc3a4a 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -8,7 +8,9 @@ <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" /> + <!-- An additional path to add to the theme search path + to find the icons specified above. --> + <property name="IconThemePath" type="s" access="read" /> <property name="Menu" type="o" access="read" /> <!-- Methods --> |