diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 11:20:19 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 11:20:19 -0600 |
commit | 5d97173ceb9192b8cf01c8f1ba0d761f2434817c (patch) | |
tree | a7305101c1c414cc36e7a5b2f4319377cc9549e9 /src/notification-item.xml | |
parent | cb14ba38535788494734b0a775148ec873231f07 (diff) | |
parent | 8226d6c8f8870be9d2902fcd2137b242f2559da8 (diff) | |
download | libayatana-appindicator-5d97173ceb9192b8cf01c8f1ba0d761f2434817c.tar.gz libayatana-appindicator-5d97173ceb9192b8cf01c8f1ba0d761f2434817c.tar.bz2 libayatana-appindicator-5d97173ceb9192b8cf01c8f1ba0d761f2434817c.zip |
Syncing to final icon-path changes
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 b671e38..f95db31 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 --> |