~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl/gtk-gui/MonoDevelop.VersionControl.Dialogs.CommitDialog.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                        this.fileList = new global::Gtk.TreeView ();
55
55
                        this.fileList.CanFocus = true;
56
56
                        this.fileList.Name = "fileList";
 
57
                        this.fileList.SearchColumn = 2;
57
58
                        this.scrolledwindow1.Add (this.fileList);
58
59
                        this.mainBox.Add (this.scrolledwindow1);
59
60
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.scrolledwindow1]));
129
130
                        w13.Spacing = 2;
130
131
                        // Container child GtkHBox.Gtk.Container+ContainerChild
131
132
                        global::Gtk.Image w14 = new global::Gtk.Image ();
132
 
                        w14.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "vc-commit", global::Gtk.IconSize.Menu);
 
133
                        w14.Pixbuf = global::Stetic.IconLoader.LoadIcon (
 
134
                                this,
 
135
                                "vc-commit",
 
136
                                global::Gtk.IconSize.Menu
 
137
                        );
133
138
                        w13.Add (w14);
134
139
                        // Container child GtkHBox.Gtk.Container+ContainerChild
135
140
                        global::Gtk.Label w16 = new global::Gtk.Label ();