tomboy r2104 - branches/tomboy-portable2/Tomboy
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r2104 - branches/tomboy-portable2/Tomboy
- Date: Thu, 28 Aug 2008 18:23:24 +0000 (UTC)
Author: sharm
Date: Thu Aug 28 18:23:24 2008
New Revision: 2104
URL: http://svn.gnome.org/viewvc/tomboy?rev=2104&view=rev
Log:
Rename ".tomboy" directory to "tomboy", since Vista doesn't let you manually create a directory named ".tomboy".
Modified:
branches/tomboy-portable2/Tomboy/WindowsApplication.cs
Modified: branches/tomboy-portable2/Tomboy/WindowsApplication.cs
==============================================================================
--- branches/tomboy-portable2/Tomboy/WindowsApplication.cs (original)
+++ branches/tomboy-portable2/Tomboy/WindowsApplication.cs Thu Aug 28 18:23:24 2008
@@ -74,7 +74,7 @@
string confDir = Path.Combine (
Environment.GetFolderPath (
Environment.SpecialFolder.LocalApplicationData),
- ".tomboy");
+ "tomboy");
if (!Directory.Exists (confDir))
Directory.CreateDirectory (confDir);
return confDir;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]