[mistelix] Fixes compilation with Mono.Addins 0.5
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mistelix] Fixes compilation with Mono.Addins 0.5
- Date: Mon, 17 Jan 2011 19:22:49 +0000 (UTC)
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]