From b65c42273a1b729965a1417c952d2c3a6615c47f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 26 Feb 2009 18:11:41 +0000 Subject: drakdvb: use do_pkgs directly --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 05e361253..3ab3d7b37 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -858,7 +858,7 @@ sub create_file_selector { add2hash(\%opts, { width => 480, height => 250 }); gtkadd($w->{window}, gtkpack_(create_box_with_title($w, $message), - 1, $w->{chooser} = gtknew('FileChooser', action => $action, %opts), + 1, $w->{chooser} = gtknew('FileChooserWidget', action => $action, %opts), 0, create_okcancel($w), )); $w->{chooser}->signal_connect(file_activated => sub { $w->{ok}->clicked }); -- cgit v1.2.1