diff options
author | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-08-05 15:51:53 +0200 |
---|---|---|
committer | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-08-05 15:51:53 +0200 |
commit | 247e5a1ac3f714f831bea27fa87170b0ac7fec64 (patch) | |
tree | 0d809ef9c73ef069fa7c43f83c202603c8edf80a /src/notification-item.xml | |
parent | 0a8c09e4f8ce284788845f465dcc826a67602cd0 (diff) | |
download | libayatana-appindicator-247e5a1ac3f714f831bea27fa87170b0ac7fec64.tar.gz libayatana-appindicator-247e5a1ac3f714f831bea27fa87170b0ac7fec64.tar.bz2 libayatana-appindicator-247e5a1ac3f714f831bea27fa87170b0ac7fec64.zip |
Passing the updated icon theme path along with the DBus signal, saving a DBus call.
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml index b25eb74..dc755c9 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -20,6 +20,7 @@ <signal name="NewIcon"> </signal> <signal name="NewIconThemePath"> + <arg type="s" name="icon_theme_path" direction="out" /> </signal> <signal name="NewAttentionIcon"> </signal> |