diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 16:35:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 16:35:25 -0500 |
commit | b1daa47acf4d6114e7d4703e0ebe5550b0972e21 (patch) | |
tree | dc60489a01ba02880f6b01c8786d731b87a9e8a0 /src/application-service.xml | |
parent | 23e9b56c533e25febfa8c83c353492403cb1b4d5 (diff) | |
parent | 9291697e3e6d4270a7f6200c0dc3d85743feb6d2 (diff) | |
download | ayatana-indicator-application-b1daa47acf4d6114e7d4703e0ebe5550b0972e21.tar.gz ayatana-indicator-application-b1daa47acf4d6114e7d4703e0ebe5550b0972e21.tar.bz2 ayatana-indicator-application-b1daa47acf4d6114e7d4703e0ebe5550b0972e21.zip |
Updating to trunk and resolve conflicts
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index 0b2e959..dcccfa4 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -44,6 +44,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="i" name="position" direction="out" /> <arg type="s" name="icon_name" direction="out" /> </signal> + <signal name="ApplicationIconThemePathChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="icon_theme_path" direction="out" /> + </signal> </interface> </node> |