diff options
Diffstat (limited to 'perl-install')
-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 e71881ff9..ae217bbce 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -297,7 +297,7 @@ sub parse_file { local $_; while (<F>) {}; #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); } } |