in reply to Re^3: Gtk2 Visual Grep
in thread Gtk2 Visual Grep
probably should be> if($case){$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. :-)> if($use_regex){$checkbutton5->set_active(1);}
|
|---|