diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-09 08:23:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-09 08:23:57 +0000 |
commit | 2b945c8178c4ae57d592c199a24f09ff7e0812ec (patch) | |
tree | fbb0c4a85487cfed78376a6778fb4e164dffd281 /perl-install/interactive_gtk.pm | |
parent | 08a1b5b9a132bab1d360d14b1a78815261bcb7a0 (diff) | |
download | drakx-2b945c8178c4ae57d592c199a24f09ff7e0812ec.tar drakx-2b945c8178c4ae57d592c199a24f09ff7e0812ec.tar.gz drakx-2b945c8178c4ae57d592c199a24f09ff7e0812ec.tar.bz2 drakx-2b945c8178c4ae57d592c199a24f09ff7e0812ec.tar.xz drakx-2b945c8178c4ae57d592c199a24f09ff7e0812ec.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r-- | perl-install/interactive_gtk.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm index e83e161cb..de58e765d 100644 --- a/perl-install/interactive_gtk.pm +++ b/perl-install/interactive_gtk.pm @@ -12,6 +12,11 @@ use my_gtk qw(:helpers :wrappers); 1; +sub ask_from_entryW { + my ($o, $title, $messages, $def) = @_; + my_gtk::ask_from_entry($title, @$messages); +} + sub ask_from_listW { my ($o, $title, $messages, $l, $def) = @_; |