aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-23 22:31:45 -0600
committerTed Gould <ted@gould.cx>2011-02-23 22:31:45 -0600
commiteb2ba45eaf60c05f1ce570d3f0c9d63f1602af4b (patch)
tree17b8d631f3472e0b6bccb78c5f8a74ed7e91a9a7 /bindings
parentccad277faafa2d6a6b5f63e87aa57c58d0aee222 (diff)
downloadlibayatana-appindicator-eb2ba45eaf60c05f1ce570d3f0c9d63f1602af4b.tar.gz
libayatana-appindicator-eb2ba45eaf60c05f1ce570d3f0c9d63f1602af4b.tar.bz2
libayatana-appindicator-eb2ba45eaf60c05f1ce570d3f0c9d63f1602af4b.zip
Switching to proper properties
Diffstat (limited to 'bindings')
-rw-r--r--bindings/mono/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am
index 80c03e3..13bfaa9 100644
--- a/bindings/mono/Makefile.am
+++ b/bindings/mono/Makefile.am
@@ -87,14 +87,15 @@ $(API): $(MIDDLE_API) Makefile.am
-e "s|PROP_STATUS_S|status|" \
-e "s|PROP_CATEGORY_S|category|" \
-e "s|PROP_ICON_NAME_S|icon-name|" \
+ -e "s|PROP_ICON_DESC_S|icon-desc|" \
-e "s|PROP_ATTENTION_ICON_NAME_S|attention-icon-name|" \
+ -e "s|PROP_ATTENTION_ICON_DESC_S|attention-icon-desc|" \
-e "s|PROP_ICON_THEME_PATH_S|icon-theme-path|" \
-e "s|PROP_MENU_S|menu|" \
-e "s|PROP_CONNECTED_S|connected|" \
-e "s|PROP_LABEL_S|label|" \
-e "s|PROP_LABEL_GUIDE_S|label-guide|" \
-e "s|PROP_ORDERING_INDEX_S|ordering-index|" \
- -e "s|PROP_ACCESSIBLE_DESC_S|accessible-name|" \
$< > $@
api_includes = $(GTK_SHARP_CFLAGS)