Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2011-03-10 16:40:46 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2011-03-10 16:41:42 +0300
commit43d72687eb06ac32f42222d9424d7c1d5bf6f544 (patch)
treef9c6bf3ae2f8f16585c1681d12b5f3930f7b6d32 /gui-compare
parent4a3eefe8cd1a11d32bf1fa1bc12e769e2a35bfcb (diff)
Fix custom compare again.
Fix the generared custom compare dialog again. Someone with stetic knowledge pretty please fix the markup.
Diffstat (limited to 'gui-compare')
-rw-r--r--gui-compare/gtk-gui/GuiCompare.CustomCompare.cs8
1 files changed, 6 insertions, 2 deletions
diff --git a/gui-compare/gtk-gui/GuiCompare.CustomCompare.cs b/gui-compare/gtk-gui/GuiCompare.CustomCompare.cs
index 7ca40c78..d8bb75fd 100644
--- a/gui-compare/gtk-gui/GuiCompare.CustomCompare.cs
+++ b/gui-compare/gtk-gui/GuiCompare.CustomCompare.cs
@@ -40,7 +40,9 @@ namespace GuiCompare
this.GtkAlignment2.Name = "GtkAlignment2";
this.GtkAlignment2.LeftPadding = ((uint)(12));
// Container child GtkAlignment2.Gtk.Container+ContainerChild
- this.reference = null;
+ this.reference = new guicompare.ProviderSelector();
+ this.reference.Events = ((Gdk.EventMask)(256));
+ this.reference.Name = "reference";
this.GtkAlignment2.Add (this.reference);
this.frame1.Add (this.GtkAlignment2);
this.GtkLabel4 = new global::Gtk.Label ();
@@ -61,7 +63,9 @@ namespace GuiCompare
this.GtkAlignment3.Name = "GtkAlignment3";
this.GtkAlignment3.LeftPadding = ((uint)(12));
// Container child GtkAlignment3.Gtk.Container+ContainerChild
- this.target = null;
+ this.target = new guicompare.ProviderSelector();
+ this.target.Events = ((Gdk.EventMask)(256));
+ this.target.Name = "target";
this.GtkAlignment3.Add (this.target);
this.frame2.Add (this.GtkAlignment3);
this.GtkLabel9 = new global::Gtk.Label ();