diff options
author | Fatih Aşıcı <fatih@pardus.org.tr> | 2007-12-25 23:09:49 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2007-12-26 02:08:12 +0100 |
commit | 009f1e4e55200425de2fe0dbc1f0ac0f431fb4cf (patch) | |
tree | b39df3f23eaeadf3a5482da4a05b435417b97ce6 /config | |
parent | 389e8917f66a489455f1d5c70f44c262717538ad (diff) |
Config: Don't forget to add xkb_rules option
Diffstat (limited to 'config')
-rw-r--r-- | config/hal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hal.c b/config/hal.c index 45238c0f4..af96fc2c8 100644 --- a/config/hal.c +++ b/config/hal.c @@ -221,6 +221,8 @@ device_added(LibHalContext *hal_ctx, const char *udi) goto unwind; sprintf(config_info, "hal:%s", udi); + if (xkb_rules) + add_option(&options, "xkb_rules", xkb_rules); if (xkb_model) add_option(&options, "xkb_model", xkb_model); if (xkb_layout) |