[Mono-bugs] [Bug 57447][Blo] New - monkeyguide documentation bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Apr 2004 15:52:14 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by chayen@ccbcmd.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=57447

--- shadow/57447	2004-04-22 15:52:14.000000000 -0400
+++ shadow/57447.tmp.14800	2004-04-22 15:52:14.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 57447
+Product: Mono: Doctools
+Version: unspecified
+OS: 
+OS Details: gentoo 2.6.6-rc2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Website
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: chayen@ccbcmd.edu               
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: monkeyguide documentation bug
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+monkeyguide/samples/tutorial/notebook/notebook.cs has two syntax errors
+preventing compilation of the sample.  
+
+Line 16 and 17 should be 
+using GLib;
+using GLibSharp;
+instead of
+using Glib;
+using GlibSharp;
+
+
+
+Steps to reproduce the problem:
+1. run make