summaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2012-12-12 22:24:04 +0100
committerMichal Schmidt <mschmidt@redhat.com>2012-12-12 22:29:06 +0100
commit6b2b6f30e38d67b032d6bdc6b47ae05e143e96c5 (patch)
tree0b3cfeeadaa92ec51f072ad410e33c8507688d2f /src/locale
parentf4443fa5976eca51661947dd4df60847213f27fa (diff)
localectl: fix dbus call arguments in set_x11_keymap
Fixes an assertion failure in the dbus lib. https://bugzilla.redhat.com/show_bug.cgi?id=882212
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/localectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c
index fa73bcaac6..383a17dee1 100644
--- a/src/locale/localectl.c
+++ b/src/locale/localectl.c
@@ -537,7 +537,7 @@ static int set_x11_keymap(DBusConnection *bus, char **args, unsigned n) {
layout = args[1];
model = n > 2 ? args[2] : "";
variant = n > 3 ? args[3] : "";
- options = n > 3 ? args[4] : "";
+ options = n > 4 ? args[4] : "";
b = arg_convert;
return bus_method_call_with_reply(