diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-10-07 00:44:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-10-07 00:44:15 +0000 |
commit | 84dc6e1ef501b25d8fe20c0f99a21c5491fbf685 (patch) | |
tree | 78e51c3a4d5b25c86966a8a7db02fcdb16b7ac38 /move | |
parent | c444f93dc13e0cfcefef21173b926ff8b9aa1c6b (diff) | |
download | drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar.gz drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar.bz2 drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar.xz drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.zip |
- XFdrake can detect a auxmouse which was not detected by mousedrake so we need to call various_xfree_conf()
- this implies adding parameter $do_pkgs to a few functions
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 093a56165..80894176d 100644 --- a/move/move.pm +++ b/move/move.pm @@ -784,7 +784,7 @@ sub automatic_xconf { local $o->{mouse}{device} = 'mouse'; require Xconfig::default; - $o->{raw_X} = Xconfig::default::configure({ KEYBOARD => 'uk' }, $o->{mouse}); #- using uk instead of us for now to have less warnings + $o->{raw_X} = Xconfig::default::configure(class_discard->new, { KEYBOARD => 'uk' }, $o->{mouse}); #- using uk instead of us for now to have less warnings require Xconfig::main; require class_discard; |