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 975e72f75..9026f4aff 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -515,7 +515,7 @@ sub gtkcreate_pixbuf {
return Gtk2::Gdk::Pixbuf->new_from_file(_find_imgfile(@_));
}
-sub gtktext_append { gtktext_insert(@_, { 'append' => 1 }) }
+sub gtktext_append { gtktext_insert(@_, ( 'append' => 1)) }
# choose one of the two styles:
# - gtktext_insert($textview, "My text..");