diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-07 07:58:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-07 07:58:56 +0000 |
commit | 183616e8e4665d2c90672f6c1c7f26a626ef6b53 (patch) | |
tree | b29021fcec4ec0d3abd30e2d6bca0916b8c97baa | |
parent | 3aba53ce4ae1a0bae6484111b301d4de539a05e6 (diff) | |
download | control-center-183616e8e4665d2c90672f6c1c7f26a626ef6b53.tar control-center-183616e8e4665d2c90672f6c1c7f26a626ef6b53.tar.gz control-center-183616e8e4665d2c90672f6c1c7f26a626ef6b53.tar.bz2 control-center-183616e8e4665d2c90672f6c1c7f26a626ef6b53.tar.xz control-center-183616e8e4665d2c90672f6c1c7f26a626ef6b53.zip |
(about_mdk_cc) fix unreachable code
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index d9ce7f4a..c94d5781 100755 --- a/control-center +++ b/control-center @@ -1107,7 +1107,7 @@ sub about_mdk_cc() { #-PO Add your E-Mail address here if you want to show it in the about doialog. my $translator_email = N("_: EMAIL OF TRANSLATORS\nYour emails"); if ($translator_name ne "Your names" && 0) { - $list->append_set(undef, [ 0 => $_->[0], 1 => $_->[1] ]) foreach [ '', '' ], [ N("Translator: "), $translator_name, $translator_email ]; + $tree_model->append_set(undef, [ 0 => $_->[0], 1 => $_->[1] ]) foreach [ '', '' ], [ N("Translator: "), $translator_name, $translator_email ]; } $list->get_selection->set_mode('none'); |