summaryrefslogtreecommitdiffstats
path: root/globetrotter
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-10-07 00:44:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-10-07 00:44:15 +0000
commit84dc6e1ef501b25d8fe20c0f99a21c5491fbf685 (patch)
tree78e51c3a4d5b25c86966a8a7db02fcdb16b7ac38 /globetrotter
parentc444f93dc13e0cfcefef21173b926ff8b9aa1c6b (diff)
downloaddrakx-backup-do-not-use-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar
drakx-backup-do-not-use-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar.gz
drakx-backup-do-not-use-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar.bz2
drakx-backup-do-not-use-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar.xz
drakx-backup-do-not-use-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 'globetrotter')
-rw-r--r--globetrotter/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/globetrotter/move.pm b/globetrotter/move.pm
index 770b9df14..075e3c258 100644
--- a/globetrotter/move.pm
+++ b/globetrotter/move.pm
@@ -146,7 +146,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;