~iwarford/do-plugins/inline-google-fix

« back to all changes in this revision

Viewing changes to Flickr/gtk-gui/Flickr.UploadConfig.cs

  • Committer: David Siegel
  • Date: 2008-11-16 20:24:09 UTC
  • Revision ID: david@dell-desktop-20081116202409-n5342dh1x37wjewm
Make amarok, banshee build just for the hell of it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
            this.private_radio = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Private"));
84
84
            this.private_radio.CanFocus = true;
85
85
            this.private_radio.Name = "private_radio";
 
86
            this.private_radio.Active = true;
86
87
            this.private_radio.DrawIndicator = true;
87
88
            this.private_radio.UseUnderline = true;
88
89
            this.private_radio.Group = new GLib.SList(System.IntPtr.Zero);