From 28fcfc616838d65e34e61d73c3025255c564a6a8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 Dec 2002 13:35:53 +0000 Subject: make append option be usable as other ones --- perl-install/standalone/logdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/logdrake') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 582f403c7..d4e7e11b6 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -360,7 +360,7 @@ sub logcolorize { # log_output (Gtk2::TextView, [ [ ... ] ]) sub log_output { - gtktext_insert($log_text, [ \@_ ], undef, 1); + gtktext_insert($log_text, [ \@_ ], { 'append' => 1 }); } -- cgit v1.2.1