summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
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 });