summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-24 16:20:07 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-24 16:20:07 +0000
commitbbba7c47f91515723d3693ad1bd71693e2b501e3 (patch)
treef75435b8f40f426cef26b983c757b3d36decc5eb /perl-install/standalone/drakperm
parent364aff0d5464ca81db8a8c8c2f835ce658f81649 (diff)
downloaddrakx-backup-do-not-use-bbba7c47f91515723d3693ad1bd71693e2b501e3.tar
drakx-backup-do-not-use-bbba7c47f91515723d3693ad1bd71693e2b501e3.tar.gz
drakx-backup-do-not-use-bbba7c47f91515723d3693ad1bd71693e2b501e3.tar.bz2
drakx-backup-do-not-use-bbba7c47f91515723d3693ad1bd71693e2b501e3.tar.xz
drakx-backup-do-not-use-bbba7c47f91515723d3693ad1bd71693e2b501e3.zip
use option menus instead of combos
Diffstat (limited to 'perl-install/standalone/drakperm')
-rwxr-xr-xperl-install/standalone/drakperm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm
index 9e3d38af7..274db2a8f 100755
--- a/perl-install/standalone/drakperm
+++ b/perl-install/standalone/drakperm
@@ -45,8 +45,7 @@ each_index {
} (N("path"), N("user"), N("group"), N("permissions"));
#- widgets settings
-my $combo_perm = new Gtk2::Combo;
-$combo_perm->entry->set_editable(0);
+my $combo_perm = new Gtk2::OptionMenu;
$combo_perm->set_popdown_strings(sort(keys %perm));
sub add_callback() {