From c1dc2f8b456b279934993ddf623f06e753445d6f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Jul 2006 12:35:28 +0000 Subject: (add_callback) add a reminder --- edit-urpm-sources.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'edit-urpm-sources.pl') diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 0681944b..887c8ce8 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -137,6 +137,7 @@ sub add_callback { ); my @radios_names_ordered = qw(local ftp rsync http removable); my @modes = map { $radios_infos{$_}{name} } @radios_names_ordered; + # TODO: replace NoteBook by sensitive widgets and Label->set() my $notebook = Gtk2::Notebook->new; $notebook->set_show_tabs(0); $notebook->set_show_border(0); my ($count_nbs, %pages); -- cgit v1.2.1