diff options
author | William Hua <william.hua@canonical.com> | 2014-04-10 16:48:50 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-04-10 16:48:50 +0000 |
commit | eda58d24dfb5c91a4abe5d37635870634c7c5979 (patch) | |
tree | 0bee1ba6fdd187a9ed1b725064ca13803596e77e /data | |
parent | 17a525f62655ba86643b55169b56789385c0877a (diff) | |
parent | d4868ddeca70ce2a3a4936e5bff41e380ad61b5d (diff) | |
download | ayatana-indicator-keyboard-eda58d24dfb5c91a4abe5d37635870634c7c5979.tar.gz ayatana-indicator-keyboard-eda58d24dfb5c91a4abe5d37635870634c7c5979.tar.bz2 ayatana-indicator-keyboard-eda58d24dfb5c91a4abe5d37635870634c7c5979.zip |
If an IBus input source is active when the session is locked, switch to another non-IBus one instead. Fixes: 1301860
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 104d2073..03c377c7 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -57,7 +57,7 @@ com.canonical.indicator.keyboard: echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop_greeter'; \ echo ''; \ echo '[desktop_lockscreen]'; \ - echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop_greeter'; \ + echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop_lockscreen'; \ echo ''; \ echo '[ubiquity]'; \ echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop') > $@.tmp && \ |