Author: alanmc
Date: 2007-08-08 17:14:48 -0400 (Wed, 08 Aug 2007)
New Revision: 83693
Modified:
trunk/lunareclipse/ChangeLog
trunk/lunareclipse/View/MainWindow.cs
Log:
* View/MainWindow.cs: Last commit also fixed a selection issue when
recording animations. This commit fixes a build bug from the last
commit ;)
Modified: trunk/lunareclipse/ChangeLog
===================================================================
--- trunk/lunareclipse/ChangeLog 2007-08-08 21:13:34 UTC (rev 83692)
+++ trunk/lunareclipse/ChangeLog 2007-08-08 21:14:48 UTC (rev 83693)
@@ -1,5 +1,11 @@
2007-08-08 Alan McGovern <[EMAIL PROTECTED]>
+ * View/MainWindow.cs: Last commit also fixed a selection issue when
+ recording animations. This commit fixes a build bug from the last
commit
+ ;)
+
+2007-08-08 Alan McGovern <[EMAIL PROTECTED]>
+
* View/MainWindow.cs: 'Start' button is unneccessary
2007-08-08 Alan McGovern <[EMAIL PROTECTED]>
Modified: trunk/lunareclipse/View/MainWindow.cs
===================================================================
--- trunk/lunareclipse/View/MainWindow.cs 2007-08-08 21:13:34 UTC (rev
83692)
+++ trunk/lunareclipse/View/MainWindow.cs 2007-08-08 21:14:48 UTC (rev
83693)
@@ -86,7 +86,7 @@
{
Box box = new VBox();
- b = new Button("Play");
+ Button b = new Button("Play");
b.Clicked += delegate (object sender, EventArgs e) {
RecordDraw animation = controller.Current as
RecordDraw;
if(animation == null)
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches