[f-spot/FSPOT_0_6_0_STABLE] call GType.Init prior to using gconf
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot/FSPOT_0_6_0_STABLE] call GType.Init prior to using gconf
- Date: Wed, 23 Sep 2009 08:00:35 +0000 (UTC)
commit 8f72132ecf7dfb81c458848ab803342f302337c3
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]