aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSense Hofstede <qense@ubuntu.com>2010-03-16 21:18:53 +0100
committerSense Hofstede <qense@ubuntu.com>2010-03-16 21:18:53 +0100
commit414b5f840ca03241f7e52bc2e8c0b9d56127e8cd (patch)
tree52fc08cbc55ded26c23e2c15d59e47f3136c4bb7
parent9be1c6de6bd9c4ff26e81e3563ec11e56b240276 (diff)
downloadayatana-indicator-application-414b5f840ca03241f7e52bc2e8c0b9d56127e8cd.tar.gz
ayatana-indicator-application-414b5f840ca03241f7e52bc2e8c0b9d56127e8cd.tar.bz2
ayatana-indicator-application-414b5f840ca03241f7e52bc2e8c0b9d56127e8cd.zip
* Make the nicks of the AppIndicatorCategory and AppIndicatorStatus types adhere the specification in the Python bindings as well (Closes: #539858)
-rw-r--r--bindings/python/appindicator.defs16
1 files changed, 8 insertions, 8 deletions
diff --git a/bindings/python/appindicator.defs b/bindings/python/appindicator.defs
index 0349b64..4498465 100644
--- a/bindings/python/appindicator.defs
+++ b/bindings/python/appindicator.defs
@@ -14,11 +14,11 @@
(c-name "AppIndicatorCategory")
(gtype-id "APP_INDICATOR_TYPE_INDICATOR_CATEGORY")
(values
- '("application-status" "APP_INDICATOR_CATEGORY_APPLICATION_STATUS")
- '("communications" "APP_INDICATOR_CATEGORY_COMMUNICATIONS")
- '("system-services" "APP_INDICATOR_CATEGORY_SYSTEM_SERVICES")
- '("hardware" "APP_INDICATOR_CATEGORY_HARDWARE")
- '("other" "APP_INDICATOR_CATEGORY_OTHER")
+ '("ApplicationStatus" "APP_INDICATOR_CATEGORY_APPLICATION_STATUS")
+ '("Communications" "APP_INDICATOR_CATEGORY_COMMUNICATIONS")
+ '("SystemServices" "APP_INDICATOR_CATEGORY_SYSTEM_SERVICES")
+ '("Hardware" "APP_INDICATOR_CATEGORY_HARDWARE")
+ '("Other" "APP_INDICATOR_CATEGORY_OTHER")
)
)
@@ -27,9 +27,9 @@
(c-name "AppIndicatorStatus")
(gtype-id "APP_INDICATOR_TYPE_INDICATOR_STATUS")
(values
- '("passive" "APP_INDICATOR_STATUS_PASSIVE")
- '("active" "APP_INDICATOR_STATUS_ACTIVE")
- '("attention" "APP_INDICATOR_STATUS_ATTENTION")
+ '("Passive" "APP_INDICATOR_STATUS_PASSIVE")
+ '("Active" "APP_INDICATOR_STATUS_ACTIVE")
+ '("NeedsAttention" "APP_INDICATOR_STATUS_ATTENTION")
)
)