diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-23 12:56:29 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-24 23:53:11 +0100 |
commit | 223478a7f0d2aa3bb475fe6f589ef26667dc3673 (patch) | |
tree | 050917ad5401921602e5fbf94efbd79e926cd5a5 /perl-install/mygtk3.pm | |
parent | 861b1b5f1f023e2ed7c264e7d9ad2abf03bb728a (diff) | |
download | drakx-223478a7f0d2aa3bb475fe6f589ef26667dc3673.tar drakx-223478a7f0d2aa3bb475fe6f589ef26667dc3673.tar.gz drakx-223478a7f0d2aa3bb475fe6f589ef26667dc3673.tar.bz2 drakx-223478a7f0d2aa3bb475fe6f589ef26667dc3673.tar.xz drakx-223478a7f0d2aa3bb475fe6f589ef26667dc3673.zip |
fix doble space
Diffstat (limited to 'perl-install/mygtk3.pm')
-rw-r--r-- | perl-install/mygtk3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk3.pm b/perl-install/mygtk3.pm index 68ae21467..6db4651c9 100644 --- a/perl-install/mygtk3.pm +++ b/perl-install/mygtk3.pm @@ -687,7 +687,7 @@ sub _gtk__ScrolledWindow { my $faked_w = $w; if (my $child = delete $opts->{child}) { - if (member(ref($child), qw(Gtk3::Layout Gtk3::Html2::View Gtk3::SimpleList Gtk3::SourceView::View Gtk3::Text Gtk3::TextView Gtk3::TreeView Gtk3::WebKit::WebView))) { + if (member(ref($child), qw(Gtk3::Layout Gtk3::Html2::View Gtk3::SimpleList Gtk3::SourceView::View Gtk3::Text Gtk3::TextView Gtk3::TreeView Gtk3::WebKit::WebView))) { $w->add($child); } else { $w->add_with_viewport($child); |