[mistelix] Fixes compilation with Mono.Addins 0.5



commit ce954dcda70355d2ef3e095efcdeec0b869aa1ca
Author: Jordi Mas <jmas softcatala org>
Date:   Mon Jan 17 20:24:11 2011 +0100

    Fixes compilation with Mono.Addins 0.5

 src/mistelix.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mistelix.cs b/src/mistelix.cs
index c14b014..64ac528 100644
--- a/src/mistelix.cs
+++ b/src/mistelix.cs
@@ -102,7 +102,7 @@ namespace Mistelix
 		public Mistelix (string [] args, params object [] props)
 		: base ("mistelix", Defines.VERSION, Modules.UI,  args, props)
 		{
-			Application.Init ();
+			Gtk.Application.Init ();
 			Logger.Info ("Mistelix " + Defines.VERSION + " starting");
 
 			Catalog.Init ("mistelix", Defines.GNOME_LOCALE_DIR);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]