summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-19 15:37:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-19 15:37:32 +0000
commitca10613ef219d4bc594f06c79f23c067f9669034 (patch)
tree59bc6aedb624b5386726b7ca42141908be164108 /perl-install/ugtk2.pm
parent5e39f59fc6aa05e96221665a43c3ed35582fc5b8 (diff)
downloaddrakx-ca10613ef219d4bc594f06c79f23c067f9669034.tar
drakx-ca10613ef219d4bc594f06c79f23c067f9669034.tar.gz
drakx-ca10613ef219d4bc594f06c79f23c067f9669034.tar.bz2
drakx-ca10613ef219d4bc594f06c79f23c067f9669034.tar.xz
drakx-ca10613ef219d4bc594f06c79f23c067f9669034.zip
- individual package selection: make the package "Info" non editable
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 54088e6d8..e88282175 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -908,7 +908,7 @@ sub ask_browse_tree_info {
1, gtknew('HBox', children_loose => [
gtknew('ScrolledWindow', child => $tree),
gtknew('Frame', text => N("Info"), child =>
- gtknew('ScrolledWindow', child => my $info = gtknew('TextView')),
+ gtknew('ScrolledWindow', child => my $info = gtknew('TextView', editable => 0)),
) ]),
0, my $status = gtknew('Label'),
if_($common->{auto_deps},