~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

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

  • Committer: Alex Launi
  • Date: 2008-06-06 21:36:06 UTC
  • Revision ID: alex@eriktorvaldsonn-20080606213606-qsw4ihlhrpu17oz3
GCal Cleanup

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);