summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/fr.po
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/po/fr.po')
-rw-r--r--perl-install/share/po/fr.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/po/fr.po b/perl-install/share/po/fr.po
index 0833a6f5c..d6e7a62b0 100644
--- a/perl-install/share/po/fr.po
+++ b/perl-install/share/po/fr.po
@@ -22148,14 +22148,14 @@ msgstr ""
#, c-format
msgid ""
" drakhelp 0.1\n"
-"Copyright (C) 2003-2004 Mandriva.\n"
+"Copyright (C) 2003-2005 Mandriva.\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
"Usage: \n"
msgstr ""
" drakhelp 0.1\n"
-"Copyright © 2003-2004 Mandriva.\n"
+"Copyright © 2003-2005 Mandriva.\n"
"Ce programme est un logiciel libre et peut être redistribué selon les\n"
"termes de la licence GNU GPL.\n"
"\n"
ee/perl-install/standalone/drakconnect?h=distro/mdv2010.0&id=2c80aa5feabe31cf09dd748fde2214a27b118448'>perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -301,6 +301,7 @@ sub build_notebook {
if_($is_ethernet,
0, $gui->{intf}{BOOTPROTO} = gtksignal_connect(Gtk2::OptionMenu->new,
changed => sub {
+ return if !$_[0]->realized;
my $proto = $gui->{intf}{BOOTPROTO};
my $protocol = $intf->{BOOTPROTO} = { reverse %{$proto->{protocols}} }->{$proto->get_text};