~ubuntu-branches/ubuntu/lucid/monodevelop/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-01-10 14:25:59 UTC
  • mfrom: (1.2.5 upstream) (1.3.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100110142559-sorji5exvk9tyknr
Tags: 2.2+dfsg-2
* debian/rules/remove_support_for_non_debian_functionality.patch:
  + Also fix monodevelop-core-addins.pc to remove links to the
    addins we remove in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
namespace MonoDevelop.Deployment {
12
12
    
13
 
    
14
13
    public partial class FileReplaceDialog {
15
14
        
16
15
        private Gtk.HBox hbox1;
473
472
            }
474
473
            this.DefaultWidth = 425;
475
474
            this.DefaultHeight = 420;
476
 
            this.okButton.HasDefault = true;
477
475
            this.Show();
478
476
            this.DeleteEvent += new Gtk.DeleteEventHandler(this.DeleteActivated);
479
477
            this.cancelButton.Clicked += new System.EventHandler(this.CancelClicked);