~d6g/do-plugins/Timer

« back to all changes in this revision

Viewing changes to GoogleSearch/gtk-gui/InlineGoogleSearch.InlineGoogleSearchConfig.cs

  • Committer: bcl1713 at gmail
  • Date: 2008-09-21 16:33:10 UTC
  • Revision ID: bcl1713@gmail.com-20080921163310-dxn31n1ufmu79npw
Added "I'm Feeling Lucky!" Action and a LOT of code cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
            this.nosafe_rbtn = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Do not filter my search results."));
55
55
            this.nosafe_rbtn.CanFocus = true;
56
56
            this.nosafe_rbtn.Name = "nosafe_rbtn";
57
 
            this.nosafe_rbtn.Active = true;
58
57
            this.nosafe_rbtn.DrawIndicator = true;
59
58
            this.nosafe_rbtn.UseUnderline = true;
60
59
            this.nosafe_rbtn.Group = new GLib.SList(System.IntPtr.Zero);