Re: Patch for Gtk2::Ex::Dialogs (for win32)

2005-10-02 Thread Kevin C. Krinke
On Sun, 2005-02-10 at 20:02 -0500, ofey aikon wrote: > On 9/28/05, Kevin C. Krinke <[EMAIL PROTECTED]> wrote: > > If you can find the time to create a patch that bumps the version, > > removes the Gnome2::VFS stuff and uses File::Type instead I would be > > very pleased. > > I am attaching two pat

Re: Patch for Gtk2::Ex::Dialogs (for win32)

2005-10-02 Thread ofey aikon
On 9/28/05, Kevin C. Krinke <[EMAIL PROTECTED]> wrote: > If you can find the time to create a patch that bumps the version, > removes the Gnome2::VFS stuff and uses File::Type instead I would be > very pleased. I am attaching two patches. patch1 removes Gnome2::VFS dependency and uses File::Type

Re: Patch for Gtk2::Ex::Dialogs (for win32)

2005-09-29 Thread Emmanuele Bassi
Hi, On Thu, 2005-09-29 at 09:17 +0200, Jaap Karssenberg wrote: > File::MimeInfo is a clean perl implementation of the freedesktop.org > mime info specification (which is also used by the gnome implementation). This sounds very, very interesting. Ciao, Emmanuele. -- Emmanuele Bassi - <[EMAIL

Re: Patch for Gtk2::Ex::Dialogs (for win32)

2005-09-29 Thread Jaap Karssenberg
Kevin C. Krinke wrote: That it does though I was planning to remove all the Gnome2::VFS stuff altogether and instead use (and depend upon) File::Type to determine the file's MIME type (which I believe is platform independent). Have a look a File::MimeInfo. It requires the freedesktop.org mime

Re: Patch for Gtk2::Ex::Dialogs (for win32)

2005-09-28 Thread Robert G. Werner
"Kevin C. Krinke" <[EMAIL PROTECTED]> fired a flaming arrow at my monitor on 09/28/2005 6:20 PM -0700 with this note attached: [snip] > > > That it does though I was planning to remove all the Gnome2::VFS stuff > altogether and instead use (and depend upon) File::Type to determine the > file's M

Re: Patch for Gtk2::Ex::Dialogs (for win32)

2005-09-28 Thread Kevin C. Krinke
On Thu, 2005-09-22 at 00:02 -0500, ofey aikon wrote: > Gtk2::Ex::Dialogs doesn't work on win32 due to dependency on Gnome2::VFS *sigh* I know. It sucks, or rather I suck for coding the Gnome2 dependency in a Gtk2::Ex module that really doesn't need it. > The attached patch should (hopefully) solv

Re: Patch for Gtk2::Ex::Dialogs (for win32)

2005-09-22 Thread ofey aikon
On 9/22/05, muppet <[EMAIL PROTECTED]> wrote: > our $HAVE_VFS = eval "use Gnome2::VFS; 1"; Thanks ! _Ofey. diff.dat Description: Binary data ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-lis

Re: Patch for Gtk2::Ex::Dialogs (for win32)

2005-09-21 Thread muppet
On Sep 22, 2005, at 1:02 AM, ofey aikon wrote: Gtk2::Ex::Dialogs doesn't work on win32 due to dependency on Gnome2::VFS The attached patch should (hopefully) solve that problem. A more neighborly trick would be to do the "use" in an eval instead of going by platform only. That way the D

Patch for Gtk2::Ex::Dialogs (for win32)

2005-09-21 Thread ofey aikon
Gtk2::Ex::Dialogs doesn't work on win32 due to dependency on Gnome2::VFS The attached patch should (hopefully) solve that problem. If the owner is still around, please let me know if this works for you. Regards, _Ofey. diff.dat Description: audio/unknown __