[Mono-list] diff for gtk# module; sample directory , should I commit?
Cesar Octavio Lopez Nataren
cesar@ciencias.unam.mx
23 Sep 2002 21:20:13 -0500
--=-Tw1/8LaZh2Deix1rVOKV
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
--=-Tw1/8LaZh2Deix1rVOKV
Content-Disposition: attachment; filename=GladeTest.diff
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=GladeTest.diff; charset=ISO-8859-15
? TreeViewDemo.diff
Index: GladeTest.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/public/gtk-sharp/sample/GladeTest.cs,v
retrieving revision 1.2
diff -u -r1.2 GladeTest.cs
--- GladeTest.cs 15 Sep 2002 19:40:46 -0000 1.2
+++ GladeTest.cs 24 Sep 2002 02:10:21 -0000
@@ -36,17 +36,17 @@
args.RetVal =3D true;
}
=09
- public void OnButton1Clicked (Object b, EventArgs e)=20
+ public void OnButton1Clicked (System.Object b, EventArgs e)=20
{
Console.WriteLine ("Button 1 clicked");
}
=20
- public static void OnButton2Clicked (Object b, EventArgs e)=20
+ public static void OnButton2Clicked (System.Object b, EventArgs e)=20
{
Console.WriteLine ("Button 2 clicked");
}
=09
- public void OnButton2Entered (Object b, EventArgs e)=20
+ public void OnButton2Entered (System.Object b, EventArgs e)=20
{
Console.WriteLine ("Button 2 entered");
}
--=-Tw1/8LaZh2Deix1rVOKV
Content-Disposition: attachment; filename=Changelog
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=Changelog; charset=ISO-8859-15
2002-09-23 Cesar OCtavio Lopez Nataren
* Added this Changelog file.
* sample/GladeTest.cs: Added the System prefix to Object, so
mcs could compile it and resolve the ambiguity.
=09
--=-Tw1/8LaZh2Deix1rVOKV--