Thierry Vignaud <[EMAIL PROTECTED]> writes:
> > > > as i'm currently playing with perl-Gtk2, could you resend me
> > > > all what you see once i upload a perl-Gtk2 aware drakxtools ?
> > >
> > > sure, no pb.
> >
> > if some people want to test:
>
> known issues with mcc:
> - logdrake does not embbed (needed fixed perl-Gtk2 is building)
fixed in perl-Gtk2-0.26.cvs.2003.07.07.1-2mdk
diff -u standalone/logdrake standalone/logdrake
--- standalone/logdrake 8 Jul 2003 19:01:11 -0000
+++ standalone/logdrake 8 Jul 2003 19:22:00 -0000
@@ -217,7 +217,7 @@
#-------------------------------------------------------------
sub search() {
$log_text->window->freeze_updates;
- $log_buf->set_text('', -1);
+ $log_buf->set_text('');
if ($::isFile) {
parse_file($::File);
} else {