diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-24 16:20:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-24 16:20:07 +0000 |
commit | bbba7c47f91515723d3693ad1bd71693e2b501e3 (patch) | |
tree | f75435b8f40f426cef26b983c757b3d36decc5eb | |
parent | 364aff0d5464ca81db8a8c8c2f835ce658f81649 (diff) | |
download | drakx-bbba7c47f91515723d3693ad1bd71693e2b501e3.tar drakx-bbba7c47f91515723d3693ad1bd71693e2b501e3.tar.gz drakx-bbba7c47f91515723d3693ad1bd71693e2b501e3.tar.bz2 drakx-bbba7c47f91515723d3693ad1bd71693e2b501e3.tar.xz drakx-bbba7c47f91515723d3693ad1bd71693e2b501e3.zip |
use option menus instead of combos
-rwxr-xr-x | perl-install/standalone/drakperm | 3 |
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() { |