[f-spot/mipmapped-loading: 1/13] Correctly initialize paths.



commit 57b2b50814d9cd7225bdc4a2ac5a2f849a3e7759
Author: Ruben Vermeersch <ruben savanne be>
Date:   Sat Jun 19 22:15:46 2010 +0200

    Correctly initialize paths.

 src/main.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/main.cs b/src/main.cs
index a99a214..67f55c1 100644
--- a/src/main.cs
+++ b/src/main.cs
@@ -137,12 +137,14 @@ namespace FSpot
 
 			ApplicationContext.TrySetProcessName (Defines.PACKAGE);
 
+			Paths.ApplicationName = "f-spot";
 			ThreadAssist.InitializeMainThread ();
 			ThreadAssist.ProxyToMainHandler = RunIdle;
 			XdgThumbnailSpec.DefaultLoader = (uri) => {
 				using (var file = ImageFile.Create (uri))
 					return file.Load ();
 			};
+
 			// Options and Option parsing
 			bool shutdown = false;
 			bool view = false;



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