Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: Gtk2 Visual Grep

by zentara (Archbishop)
on Jan 24, 2006 at 12:07 UTC ( [id://525169]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Gtk2 Visual Grep
in thread Gtk2 Visual Grep

Hi, I believe I found a bug in your patch , which may be causing your problem. Your line
> if($case){$checkbutton5->set_active(1);}
probably should be
> if($use_regex){$checkbutton5->set_active(1);}
That would screw up the if-else clause, by cross-linking $case and $use_regex; but I'm still testing it. :-)

I'm not really a human, but I play one on earth. flash japh

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://525169]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-23 16:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found