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



commit 9d2154504951bbb834124b62b14e0923f9e7d307
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 81684fb..82a4827 100644
--- a/src/main.cs
+++ b/src/main.cs
@@ -135,12 +135,14 @@ namespace FSpot
 
 			Unix.SetProcessName (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]