http://www.perlmonks.org?node_id=525169


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