commit e29931febc1d939ee46864b9a4575b6ce2928355
Author: Bertrand Lorentz <[email protected]>
Date: Sun Mar 28 17:46:48 2010 +0200
[mono] Remove call to Application.Init
It's not needed for non-gtk+ console applications.
bindings/mono/libgpod-sharp-test/Main.cs | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/bindings/mono/libgpod-sharp-test/Main.cs
b/bindings/mono/libgpod-sharp-test/Main.cs
index 9f23440..3417dfc 100644
--- a/bindings/mono/libgpod-sharp-test/Main.cs
+++ b/bindings/mono/libgpod-sharp-test/Main.cs
@@ -17,14 +17,11 @@
*/
using System;
-using Gtk;
using GPod;
class MainClass {
public static int Main (string[] args)
{
- Application.Init ();
-
if (args.Length == 0) {
System.Console.Error.WriteLine ("Usage: cmd
<mountpoint>");
return 1;
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2