diff options
author | William Hua <william.hua@canonical.com> | 2014-04-04 15:51:14 +1300 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2014-04-04 15:51:14 +1300 |
commit | ddb87c4d8bbe8011c743e2706a681ae7d30bb2c4 (patch) | |
tree | e9bd876433bf9f25841d9604602006cbece1aab7 /data/Makefile.am | |
parent | 414d5d9f8a41805ecec5808ace466c37d03fa9f3 (diff) | |
parent | 26afec3a316a0f7c2e62ae8d574a5d354ebcdde4 (diff) | |
download | ayatana-indicator-keyboard-ddb87c4d8bbe8011c743e2706a681ae7d30bb2c4.tar.gz ayatana-indicator-keyboard-ddb87c4d8bbe8011c743e2706a681ae7d30bb2c4.tar.bz2 ayatana-indicator-keyboard-ddb87c4d8bbe8011c743e2706a681ae7d30bb2c4.zip |
Merge 1291962-2.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index db3bd7d6..104d2073 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -54,10 +54,10 @@ com.canonical.indicator.keyboard: echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop'; \ echo ''; \ echo '[desktop_greeter]'; \ - echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop'; \ + echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop_greeter'; \ echo ''; \ echo '[desktop_lockscreen]'; \ - echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop'; \ + echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop_greeter'; \ echo ''; \ echo '[ubiquity]'; \ echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop') > $@.tmp && \ |