~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/addins/Deployment/MonoDevelop.Deployment/gtk-gui/MonoDevelop.Deployment.Gui.LocalFileCopyConfigurationEditorWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        internal partial class LocalFileCopyConfigurationEditorWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox2;
8
 
 
9
8
                private global::Gtk.Label label1;
10
 
 
11
9
                private global::MonoDevelop.Components.FolderEntry folderEntry;
12
10
 
13
11
                protected virtual void Build ()
24
22
                        // Container child vbox2.Gtk.Box+BoxChild
25
23
                        this.label1 = new global::Gtk.Label ();
26
24
                        this.label1.Name = "label1";
27
 
                        this.label1.Xalign = 0f;
 
25
                        this.label1.Xalign = 0F;
28
26
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Target directory:");
29
27
                        this.vbox2.Add (this.label1);
30
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
 
28
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
31
29
                        w1.Position = 0;
32
30
                        w1.Expand = false;
33
31
                        w1.Fill = false;
35
33
                        this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
36
34
                        this.folderEntry.Name = "folderEntry";
37
35
                        this.vbox2.Add (this.folderEntry);
38
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.folderEntry]));
 
36
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.folderEntry]));
39
37
                        w2.Position = 1;
40
38
                        w2.Expand = false;
41
39
                        w2.Fill = false;