From c770f19beaae801d90ee1c0a5c33fd356940ed7d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 20 Aug 2014 17:12:32 +0200 Subject: FileSelection no more exists in Gtk3 --- perl-install/mygtk3.pm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/perl-install/mygtk3.pm b/perl-install/mygtk3.pm index ae3c3a7c3..a4e2a25bf 100644 --- a/perl-install/mygtk3.pm +++ b/perl-install/mygtk3.pm @@ -1059,17 +1059,6 @@ sub _gtk__AboutDialog { $w; } -sub _gtk__FileSelection { - my ($w, $opts) = @_; - - if (!$w) { - $w = Gtk3::FileSelection->new(delete $opts->{title} || ''); - gtkset($w->ok_button, %{delete $opts->{ok_button}}) if exists $opts->{ok_button}; - gtkset($w->cancel_button, %{delete $opts->{cancel_button}}) if exists $opts->{cancel_button}; - } - $w; -} - sub _gtk__FileChooserDialog { &_gtk_any_Window } sub _gtk__FileChooser { -- cgit v1.2.1