From 183616e8e4665d2c90672f6c1c7f26a626ef6b53 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Sep 2004 07:58:56 +0000 Subject: (about_mdk_cc) fix unreachable code --- control-center | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.1