diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment-0001.obj')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment-0001.obj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment-0001.obj new file mode 100644 index 000000000..7ee8dc60f --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment-0001.obj @@ -0,0 +1,24 @@ +diff --git a/NEWS b/NEWS +index 44667f6..eb29ed5 100644 +--- a/NEWS ++++ b/NEWS +@@ -1,3 +1,5 @@ ++- fix loading functions ++ + Version 0.100 - 05 April 2012 + + - do not run setxkbmap during text install +diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm +index 8364dc8..cf07001 100644 +--- a/lib/Xconfig/card.pm ++++ b/lib/Xconfig/card.pm +@@ -316,8 +316,8 @@ sub install_server { + delete $card->{Driver2}; + } + ++ require Xconfig::proprietary; + if ($card->{Driver2}) { +- require Xconfig::proprietary; + Xconfig::proprietary::handle_DRIVER2_NO_SSE($card); + my @pkgs = Xconfig::proprietary::pkgs_for_Driver2($card->{Driver2}, $do_pkgs); + if (@pkgs && (!$o_in || $o_in->ask_yesorno('', formatAlaTeX(N("There is a proprietary driver available for your video card which may support additional features.
\ No newline at end of file |