aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-07-04 12:35:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-07-04 12:35:28 +0000
commitc1dc2f8b456b279934993ddf623f06e753445d6f (patch)
treeaadbb6d2611cdc6187325437880ac2fae4b07a0c /edit-urpm-sources.pl
parent49fa487a0690f8e4aaafd114fbf99d1355c58230 (diff)
downloadrpmdrake-c1dc2f8b456b279934993ddf623f06e753445d6f.tar
rpmdrake-c1dc2f8b456b279934993ddf623f06e753445d6f.tar.gz
rpmdrake-c1dc2f8b456b279934993ddf623f06e753445d6f.tar.bz2
rpmdrake-c1dc2f8b456b279934993ddf623f06e753445d6f.tar.xz
rpmdrake-c1dc2f8b456b279934993ddf623f06e753445d6f.zip
(add_callback) add a reminder
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl1
1 files changed, 1 insertions, 0 deletions
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);