summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-03-10 14:39:13 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-03-10 14:39:13 +0000
commitf5e4150efcbe026fbf23a52e7d094fd978d2eaad (patch)
tree9a6c7b63eef83fcca5fd11aa1ca5aaf3b230569f
parent3e9f740e5efcace5ef8ce6998aeacdb1c42df3ca (diff)
downloaddrakx-f5e4150efcbe026fbf23a52e7d094fd978d2eaad.tar
drakx-f5e4150efcbe026fbf23a52e7d094fd978d2eaad.tar.gz
drakx-f5e4150efcbe026fbf23a52e7d094fd978d2eaad.tar.bz2
drakx-f5e4150efcbe026fbf23a52e7d094fd978d2eaad.tar.xz
drakx-f5e4150efcbe026fbf23a52e7d094fd978d2eaad.zip
(getinfoFromDDC) fix crash (eg when called from hwdb-clients)
-rw-r--r--perl-install/Xconfig/monitor.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Xconfig/monitor.pm b/perl-install/Xconfig/monitor.pm
index 1f09e1764..8e4d91e59 100644
--- a/perl-install/Xconfig/monitor.pm
+++ b/perl-install/Xconfig/monitor.pm
@@ -177,6 +177,7 @@ sub getinfoFromDDC() {
if ($vbe =~ /Memory: (\d+)k/) {
$monitor->{VideoRam_probed} = $1;
}
+ require Xconfig::xfree;
$monitor->{ModeLine} = Xconfig::xfree::default_ModeLine();
my $detailed_timings = $monitor->{detailed_timings} || [];
foreach (grep { !$_->{bad_ratio} } @$detailed_timings) {
+ strings
+ - simplify get_text_coord and unexport it, no one else than
+ wrap_paragraph uses it nowadays
+
+2004/01/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
+
+ * standalone/net_monitor: do not force page switch
+
+ * drakxtools.spec: 9.3-25mdk
+ 9.3-24mdk
+
+ * security/msec.pm: fix parsing of default values for multi argument msec
+ functions
+
+ * network/netconnect.pm: help cperl-mode parsing this file (drawback:
+ perl_checker won't be
+ happy)
+ simplify
+ fix interface config file writing
+ fix DHCP client installation
+ fix static/dhcp step branching
+ fix ethernet network card list
+
+ * security/help.pm: add help for newly introduced MAIL_EMPTY_CONTENT item
+ notify that timeout is in seconds
+
2004/01/29 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
@@ -24413,7 +24453,7 @@
* Makefile.config: remove dir security
- * proxy.pm: add $Id: ChangeLog,v 1.857 2004/01/26 12:25:58 prigaux Exp $
+ * proxy.pm: add $Id: ChangeLog,v 1.858 2004/01/29 12:48:32 prigaux Exp $
* interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are
more accurate than