diff options
Diffstat (limited to 'perl-install/standalone/logdrake')
-rwxr-xr-x | perl-install/standalone/logdrake | 2 |
1 files changed, 1 insertions, 1 deletions
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 }); } |