diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 13:40:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 13:40:14 -0600 |
commit | 4ccb5d75887671bce24df6eeaacd7eb89b2be189 (patch) | |
tree | 625624a3778817ff167f17be2dc80d42a53d2959 | |
parent | 53fbf0df52f22cd43c3838d3e22c59ca0a1a1961 (diff) | |
download | libayatana-appindicator-4ccb5d75887671bce24df6eeaacd7eb89b2be189.tar.gz libayatana-appindicator-4ccb5d75887671bce24df6eeaacd7eb89b2be189.tar.bz2 libayatana-appindicator-4ccb5d75887671bce24df6eeaacd7eb89b2be189.zip |
Fixing some of the properties in the mono bindings0.4.90
-rw-r--r-- | bindings/mono/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index 5bb13ab..f4a59a8 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -100,12 +100,14 @@ $(MIDDLE_API): $(METADATA) $(RAW_API) $(API): $(MIDDLE_API) Makefile.am sed -e "s|PROP_ID_S|id|" \ + -e "s|PROP_STATUS_S|Status|" \ -e "s|PROP_STATUS_S|status|" \ -e "s|PROP_CATEGORY_S|Category|" \ -e "s|PROP_CATEGORY_S|category|" \ -e "s|PROP_ICON_NAME_S|icon-name|" \ -e "s|PROP_ICON_DESC_S|IconDesc|" \ -e "s|PROP_ICON_DESC_S|icon-desc|" \ + -e "s|PROP_ATTENTION_ICON_NAME_S|AttentionIconName|" \ -e "s|PROP_ATTENTION_ICON_NAME_S|attention-icon-name|" \ -e "s|PROP_ATTENTION_ICON_DESC_S|AttentionIconDesc|" \ -e "s|PROP_ATTENTION_ICON_DESC_S|attention-icon-desc|" \ @@ -117,6 +119,8 @@ $(API): $(MIDDLE_API) Makefile.am -e "s|PROP_ORDERING_INDEX_S|ordering-index|" \ -e "s|PROP_DBUS_MENU_SERVER_S|DbusMenuServer|" \ -e "s|PROP_DBUS_MENU_SERVER_S|dbus-menu-server|" \ + -e "s|PROP_TITLE_S|Title|" \ + -e "s|PROP_TITLE_S|title|" \ $< > $@ api_includes = $(GTK_SHARP_CFLAGS) |