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



commit 31c18108e1a899f0634291036011c25bbe06faf4
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 a95625c..10ed7a2 100644
--- a/src/main.cs
+++ b/src/main.cs
@@ -136,12 +136,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]