diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-31 15:29:53 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-31 15:29:53 +0200 |
commit | 79a5dc92712fb5e64b9c52c7baf1298a68624017 (patch) | |
tree | d481434239bb36bebb4021cb110c1a544121fdd6 | |
parent | 585a2f62dc781e5f9e3f7214d34a9d072fa11c9a (diff) | |
download | ayatana-indicator-power-79a5dc92712fb5e64b9c52c7baf1298a68624017.tar.gz ayatana-indicator-power-79a5dc92712fb5e64b9c52c7baf1298a68624017.tar.bz2 ayatana-indicator-power-79a5dc92712fb5e64b9c52c7baf1298a68624017.zip |
src/testing.c: Use 'Ayatana Indicator Power Serivce' as service name.
-rw-r--r-- | src/testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing.c b/src/testing.c index abcd239..6c5e8c4 100644 --- a/src/testing.c +++ b/src/testing.c @@ -331,7 +331,7 @@ indicator_power_testing_class_init (IndicatorPowerTestingClass * klass) properties[PROP_SERVICE] = g_param_spec_object ( "service", "Servie", - "The IndicatorPower Service", + "The Ayatana Indicator Power Service", G_TYPE_OBJECT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY); |