Re: "make test" of Gnome2::Wnck Leaves WM Confused
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: "make test" of Gnome2::Wnck Leaves WM Confused
- Date: Thu, 18 Nov 2004 21:53:14 +0100
On Thu, 2004-11-18 at 01:07 -0800, Randy J. Ray wrote:
Any ideas what might cause this? I just encountered this with the latest
version on the download site.
Hrm, that's weird. The only possible cause I can think of is
WnckPager.t which creates a new pager and alters its layout. I always
thought this wouldn't affect an existing pager, but maybe I was wrong.
Could you try disabling the test by changing
unless (Gtk2 -> init_check()) {
plan skip_all => "Couldn't initialize Gtk2";
}
to
unless (0) {
plan skip_all => "Couldn't initialize Gtk2";
}
and see if that fixes your problem?
--
Thanks,
-Torsten
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]