[f-spot] call GType.Init prior to using gconf



commit 98094ddfa35de0c1ca0122da12468e1124dd74c3
Author: Stephane Delcroix <stephane delcroix org>
Date:   Wed Sep 23 09:57:58 2009 +0200

    call GType.Init prior to using gconf
    
    this fixes bgo #593561

 src/main.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main.cs b/src/main.cs
index 183fdbb..da004b2 100644
--- a/src/main.cs
+++ b/src/main.cs
@@ -67,6 +67,7 @@ namespace FSpot
 			bool slideshow = false;
 			string import_uri = null;
 
+			GLib.GType.Init ();
 			Catalog.Init ("f-spot", Defines.LOCALE_DIR);
 			
 			FSpot.Global.PhotoDirectory = Preferences.Get<string> (Preferences.STORAGE_PATH);



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