diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-05 11:49:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-05 11:49:21 +0000 |
commit | ec933fcf2d714afd69425f6a24c091454f591e7c (patch) | |
tree | b3d08fccca39be09e23e9920393b80354000836c /perl-install | |
parent | 12a1d2d4758064e43aae4408e3076530fee36639 (diff) | |
download | drakx-ec933fcf2d714afd69425f6a24c091454f591e7c.tar drakx-ec933fcf2d714afd69425f6a24c091454f591e7c.tar.gz drakx-ec933fcf2d714afd69425f6a24c091454f591e7c.tar.bz2 drakx-ec933fcf2d714afd69425f6a24c091454f591e7c.tar.xz drakx-ec933fcf2d714afd69425f6a24c091454f591e7c.zip |
fix gtk+2 port
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); } } |