aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-08 08:04:07 -0600
committerTed Gould <ted@gould.cx>2010-01-08 08:04:07 -0600
commit83b4f68c5a188d3826beefbe2adddecc0f0a4668 (patch)
treec91a011e844d6220107820a66f9c1b09edbba6b0 /src/notification-item.xml
parentad8ca0d507d627da2221d39cd45c78e760623598 (diff)
downloadayatana-indicator-application-83b4f68c5a188d3826beefbe2adddecc0f0a4668.tar.gz
ayatana-indicator-application-83b4f68c5a188d3826beefbe2adddecc0f0a4668.tar.bz2
ayatana-indicator-application-83b4f68c5a188d3826beefbe2adddecc0f0a4668.zip
Changing the property to 'IconThemePath' to make it more clear about what it adjusts.
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r--src/notification-item.xml4
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 -->