~ubuntu-branches/ubuntu/intrepid/monodevelop/intrepid

« back to all changes in this revision

Viewing changes to src/addins/Deployment/MonoDevelop.Deployment/gtk-gui/MonoDevelop.Deployment.Gui.DeployDialog.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:
209
209
            Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow2]));
210
210
            w8.Position = 3;
211
211
            this.notebook.Add(this.vbox3);
212
 
            Gtk.Notebook.NotebookChild w9 = ((Gtk.Notebook.NotebookChild)(this.notebook[this.vbox3]));
213
 
            w9.TabExpand = false;
214
212
            // Notebook tab
215
213
            this.label2 = new Gtk.Label();
216
214
            this.label2.Name = "label2";
260
258
            this.notebook.Add(this.pageSelectProject);
261
259
            Gtk.Notebook.NotebookChild w14 = ((Gtk.Notebook.NotebookChild)(this.notebook[this.pageSelectProject]));
262
260
            w14.Position = 1;
263
 
            w14.TabExpand = false;
264
261
            // Notebook tab
265
262
            this.label3 = new Gtk.Label();
266
263
            this.label3.Name = "label3";
328
325
            this.notebook.Add(this.vbox4);
329
326
            Gtk.Notebook.NotebookChild w21 = ((Gtk.Notebook.NotebookChild)(this.notebook[this.vbox4]));
330
327
            w21.Position = 2;
331
 
            w21.TabExpand = false;
332
328
            // Notebook tab
333
329
            this.label6 = new Gtk.Label();
334
330
            this.label6.Name = "label6";
426
422
            this.radioCreateProject = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Save in a new Packaging Project"));
427
423
            this.radioCreateProject.CanFocus = true;
428
424
            this.radioCreateProject.Name = "radioCreateProject";
 
425
            this.radioCreateProject.Active = true;
429
426
            this.radioCreateProject.DrawIndicator = true;
430
427
            this.radioCreateProject.UseUnderline = true;
431
428
            this.radioCreateProject.Group = new GLib.SList(System.IntPtr.Zero);
567
564
            this.notebook.Add(this.pageSave);
568
565
            Gtk.Notebook.NotebookChild w45 = ((Gtk.Notebook.NotebookChild)(this.notebook[this.pageSave]));
569
566
            w45.Position = 3;
570
 
            w45.TabExpand = false;
571
567
            // Notebook tab
572
568
            this.label8 = new Gtk.Label();
573
569
            this.label8.Name = "label8";