summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-06-09 10:08:38 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-06-09 10:08:38 +0000
commit488caac041e79b9e958123ae32fa589476f3ddb8 (patch)
treed0a0d1d30fa80ff51dd2f0fcea900388e681a061
parenta0a48575c9fbfc659b7951068354eaa27bb2fa82 (diff)
downloaddrakx-backup-do-not-use-488caac041e79b9e958123ae32fa589476f3ddb8.tar
drakx-backup-do-not-use-488caac041e79b9e958123ae32fa589476f3ddb8.tar.gz
drakx-backup-do-not-use-488caac041e79b9e958123ae32fa589476f3ddb8.tar.bz2
drakx-backup-do-not-use-488caac041e79b9e958123ae32fa589476f3ddb8.tar.xz
drakx-backup-do-not-use-488caac041e79b9e958123ae32fa589476f3ddb8.zip
(automatic_xconf) class_discard is needed way earlier
-rw-r--r--globetrotter/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/globetrotter/move.pm b/globetrotter/move.pm
index 499cef9ad..45fe59a80 100644
--- a/globetrotter/move.pm
+++ b/globetrotter/move.pm
@@ -146,10 +146,10 @@ sub automatic_xconf {
local $o->{mouse}{device} = 'mouse';
require Xconfig::default;
+ require class_discard;
$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;
Xconfig::main::configure_everything_auto_install($o->{raw_X}, class_discard->new, {},
{ allowNVIDIA_rpms => sub { [] }, allowATI_rpms => sub { [] }, allowFB => $o->{allowFB} });