Gtk2-1.101 Gtk2::FileChooser test fails

2005-10-04 Thread Scott Lanning
Gtk2-1.101 Gtk2::FileChooser test fails. I think the patch is below. box# perl ./t/GtkFileChooser.t TEST_VERBOSE=1 1..44 ok 1 - The object isa Gtk2::FileChooser ok 2 - mode option from construction [...] ok 30 ok 31 ok 32 not ok 33 - get_preview_filename # TODO gtk+ 2.6 seems to return undef for

ANNOUNCE: zim 0.04

2005-10-04 Thread Jaap Karssenberg
I put zim 0.04 on freshmeat today. This is intended as a beta-test version. Thanks for all bug reports and hints on improving the previous version. Development will take a slower pace now there is a working version :) A public revision control repository (gnu arch) can be found at http://zoid

Re: misc fixes

2005-10-04 Thread muppet
On Oct 4, 2005, at 4:47 AM, Marc Lehmann wrote: Allowing NULL in a structure can be even harder for a perl- only user to track down, because the resulting breakage may not occur for quite some time. Which resulting breakage do you talk about? The breakage is already there, in Gtk2, and cons

Re: misc fixes

2005-10-04 Thread Marc Lehmann
On Tue, Oct 04, 2005 at 01:24:50AM -0400, muppet <[EMAIL PROTECTED]> wrote: > On Oct 3, 2005, at 11:27 PM, [EMAIL PROTECTED] wrote: > >On Sat, Sep 24, 2005 at 06:47:45PM +0200, Torsten Schoenfeld > ><[EMAIL PROTECTED]> wrote: > > > >A policy of allowing undef when in doubt/per default and using t

Re: misc fixes

2005-10-04 Thread Torsten Schoenfeld
On Tue, 2005-10-04 at 05:27 +0200, [EMAIL PROTECTED] wrote: > > When a function does allow NULL, we simply add > > _ornull manually -- just like you did in the patch. > > Is there any reason why it didn't get applied? No tests. This last release was a stable release which (to me, at least) basi

Re: misc fixes

2005-10-04 Thread Emmanuele Bassi
Hi, On Tue, 2005-10-04 at 10:47 +0200, Marc Lehmann wrote: > On Tue, Oct 04, 2005 at 01:24:50AM -0400, muppet <[EMAIL PROTECTED]> wrote: > > On Oct 3, 2005, at 11:27 PM, [EMAIL PROTECTED] wrote: > > Allowing NULL in a structure can be even harder for a perl- > > only user to track down, because

Win32 permission problem: GladeXML.dll

2005-10-04 Thread Daniel Kasak
I just did a fresh install of ActiveState Perl ( 5.8.7 ) and modules ( Gtk2, Gtk2-GladeXML, etc ) from the Gtk2 repository, and I'm getting a strange error on startup of an app: Can't load 'C:/Perl/site/lib/auto/Gtk2/GladeXML/GladeXML.dll' for module Gtk2::GladeXML: load_file:Access is denied

Re: Win32 permission problem: GladeXML.dll

2005-10-04 Thread muppet
On Oct 4, 2005, at 8:20 PM, Daniel Kasak wrote: I get this error when logged on as a Windows 2000 user ( Power User ). If I log in as Domain Administrator, the error doesn't occur. ... Any ideas? If you installed as administrator, did the files get created with limited permissions? --

Re: Win32 permission problem: GladeXML.dll

2005-10-04 Thread Daniel Kasak
muppet wrote: On Oct 4, 2005, at 8:20 PM, Daniel Kasak wrote: I get this error when logged on as a Windows 2000 user ( Power User ). If I log in as Domain Administrator, the error doesn't occur. ... Any ideas? If you installed as administrator, did the files get created with limited

Gtk2::Ex::Dialogs 0.10

2005-10-04 Thread Kevin C. Krinke
Gtk2::Ex::Dialogs - Useful tools for Gnome2/Gtk2 Perl GUI design. This release includes the abs_path and File::Type portability fixes from Ofey Aikon and has been uploaded to CPAN. When PAUSE is finished indexing, you can find the module here: http://search.cpan.org/~kck/Gtk2-Ex-Dialogs Cheers!