Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
2008-07-11 Mike Kestner <mkestner@novell.com>
Browse files Browse the repository at this point in the history
	* libsteticui/ApplicationBackend.cs: removed some CWL spew. This
	case is apparently expected for first-time builds.

svn path=/trunk/stetic/; revision=107734
  • Loading branch information
mkestner committed Jul 11, 2008
1 parent b5e343a commit f798a3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-07-11 Mike Kestner <mkestner@novell.com>

* libsteticui/ApplicationBackend.cs: removed some CWL spew. This
case is apparently expected for first-time builds.

2008-07-01 Mike Kestner <mkestner@novell.com> 2008-07-01 Mike Kestner <mkestner@novell.com>


* libsteticui/AssemblyResolver.cs: make type resolver public. * libsteticui/AssemblyResolver.cs: make type resolver public.
Expand Down
1 change: 0 additions & 1 deletion libsteticui/ApplicationBackend.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ WidgetLibrary CreateLibrary (AssemblyResolver resolver, string name)
return new CecilWidgetLibrary (resolver, name); return new CecilWidgetLibrary (resolver, name);
} catch (Exception ex) { } catch (Exception ex) {
// FIXME: handle the error, but keep loading. // FIXME: handle the error, but keep loading.
Console.WriteLine (ex);
return null; return null;
} }
} }
Expand Down

0 comments on commit f798a3e

Please sign in to comment.