diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 16:10:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 16:10:11 -0500 |
commit | e4c14f7872697049acc56baa6865f55c2355e505 (patch) | |
tree | 13b9efda40a5c4d871e0b8b551e49befe5810776 /src/notification-item.xml | |
parent | 3f326bdebf4052e5ae620caf2cf1e17909c2f8f8 (diff) | |
parent | 9291697e3e6d4270a7f6200c0dc3d85743feb6d2 (diff) | |
download | ayatana-indicator-application-e4c14f7872697049acc56baa6865f55c2355e505.tar.gz ayatana-indicator-application-e4c14f7872697049acc56baa6865f55c2355e505.tar.bz2 ayatana-indicator-application-e4c14f7872697049acc56baa6865f55c2355e505.zip |
* Upstream Merge
* Allow the icon theme path to be changed dynamically (LP: #607831)
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml index a0141c3..dc755c9 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -19,6 +19,9 @@ <!-- Signals --> <signal name="NewIcon"> </signal> + <signal name="NewIconThemePath"> + <arg type="s" name="icon_theme_path" direction="out" /> + </signal> <signal name="NewAttentionIcon"> </signal> <signal name="NewStatus"> |