Share

gtk2-perl

Tracker: Patches

5 Gtk2-GladeXML-1.00-examples - ID: 979248
Last Update: Comment added ( muppetman )


I tried to fix some problems in ./Gtk2-GladeXML-1.00/examples/

Type the following:

patch ./Gtk2-GladeXML-1.00/examples/fileman.pl ./fileman-fixed.diff
patch ./Gtk2-GladeXML-1.00/examples/scribble.pl ./scribble-fixed.diff

and tell me if it's run better.

bye !

Fabrice



Nobody/Anonymous ( nobody ) - 2004-06-24 20:39

5

Closed

Fixed

Nobody/Anonymous

Widget (example)

gtk2-perl

Public


Comment ( 1 )




Date: 2004-07-22 01:40
Sender: muppetmanProject Admin

Logged In: YES
user_id=639138

In the future, a bit more explanation of what the patch fixes would save
some time. ;-)

I'm presuming that the fileman.pl example was having some trouble
handling paths with multiple or trailing separators. The patch diddled a

bit with the number of slashes in the path, but i find it's usually easier
to
use File::Spec (a standard module) to achieve these things and not
wonder whether you got it right.

So i did that. Didn't use File::Spec throughout, but for the bits which
seemed buggy.

Reopen if you find remaining problems.


Log in to comment.

Attached File ( 1 )

Filename Description Download
fileman-fixed.diff patch for fileman.pl Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2004-07-22 01:40 muppetman
resolution_id None 2004-07-22 01:40 muppetman
close_date - 2004-07-22 01:40 muppetman
File Added 91798: fileman-fixed.diff 2004-06-24 20:39 nobody