diff options
author | Jo Shields <jms@destiny> | 2010-09-19 20:41:59 +0100 |
---|---|---|
committer | Jo Shields <jms@destiny> | 2010-09-19 20:41:59 +0100 |
commit | b598108bd71748ab0dc7088a36835864f5f96e22 (patch) | |
tree | c7dd4ac64de4df4e2b83beb5c9a918a1bfa54f1f /bindings/mono/app-indicator.sources.xml | |
parent | c2aee8ac8876b03c1fcddaeca884620f973d698d (diff) | |
download | ayatana-indicator-application-b598108bd71748ab0dc7088a36835864f5f96e22.tar.gz ayatana-indicator-application-b598108bd71748ab0dc7088a36835864f5f96e22.tar.bz2 ayatana-indicator-application-b598108bd71748ab0dc7088a36835864f5f96e22.zip |
gapi2-parser cannot cope with multiple signals connected to the same method - it will bail out, complaining it cannot find a method to match the second signal.
This patch modifies the build system to copy app-indicator.c locally, with the "bad" X_NEW_LABEL signal removed, and use that copy to build the binding.
Diffstat (limited to 'bindings/mono/app-indicator.sources.xml')
-rw-r--r-- | bindings/mono/app-indicator.sources.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/mono/app-indicator.sources.xml b/bindings/mono/app-indicator.sources.xml index 2649eb4..97faadf 100644 --- a/bindings/mono/app-indicator.sources.xml +++ b/bindings/mono/app-indicator.sources.xml @@ -2,7 +2,7 @@ <api filename="libappindicator-api.raw"> <library name="libappindicator.so.0"> <namespace name="AppIndicator"> - <file>../../src/app-indicator.c</file> + <file>app-indicator.c</file> <file>../../src/app-indicator-enum-types.c</file> <file>../../src/app-indicator-enum-types.h</file> <file>../../src/app-indicator.h</file> |