From ec933fcf2d714afd69425f6a24c091454f591e7c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 5 Dec 2002 11:49:21 +0000 Subject: fix gtk+2 port --- perl-install/standalone/logdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index e71881ff9..ae217bbce 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -297,7 +297,7 @@ sub parse_file { local $_; while () {}; #to prevent to output the file twice.. $log_text->set_point($log_text->get_length()); - my $timer = Gtk->timeout_add(1000, \&input_callback); + my $timer = Gtk2->timeout_add(1000, \&input_callback); } } -- cgit v1.2.1