~bratsche/ubuntu/maverick/monodevelop/disable-appmenu

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080329233633-wq5p1rktg8ek3vxc
Tags: 1.0+dfsg-1ubuntu1
* Merge from Debian unstable. (LP: #209012) Remaining Ubuntu changes:
+ debian/control: 
  - Build-dep on xulrunner-1.9-dev instead of firefox-dev
  - Depend on xulrunner-1.9 instead of firefox
+ don't do any MOZILLA_HOME/MOZILLA_FIVE_HOME business which isn't needed
  for xulrunner-1.9 using the standalone glue anymore (gecko gil uses
  standalone by default)
  - add debian/patches/use_xulrunner_1.9.dpatch
  - update debian/patches/00list
* Remove build-dep on libxul-dev and the dep on libxul0d
  since we are using xulrunner1.9 instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
            w1.Events = ((Gdk.EventMask)(256));
50
50
            w1.Name = "dialog_VBox";
51
51
            w1.Spacing = 6;
 
52
            w1.BorderWidth = ((uint)(2));
52
53
            // Container child dialog_VBox.Gtk.Box+BoxChild
53
54
            this.vbox2 = new Gtk.VBox();
54
55
            this.vbox2.Name = "vbox2";
135
136
            Gtk.HButtonBox w11 = this.ActionArea;
136
137
            w11.Events = ((Gdk.EventMask)(256));
137
138
            w11.Name = "MonoDevelop.Ide.OpenFileInSolutionDialog_ActionArea";
138
 
            w11.Spacing = 10;
139
 
            w11.BorderWidth = ((uint)(6));
 
139
            w11.Spacing = 6;
 
140
            w11.BorderWidth = ((uint)(5));
140
141
            w11.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
141
142
            // Container child MonoDevelop.Ide.OpenFileInSolutionDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
142
143
            this.cancelButton = new Gtk.Button();