From bbba7c47f91515723d3693ad1bd71693e2b501e3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jul 2003 16:20:07 +0000 Subject: use option menus instead of combos --- perl-install/standalone/drakperm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/standalone/drakperm') 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() { -- cgit v1.2.1