tomboy r2198 - in branches/tomboy-portable2: . Tomboy



Author: sharm
Date: Fri Oct  3 13:16:32 2008
New Revision: 2198
URL: http://svn.gnome.org/viewvc/tomboy?rev=2198&view=rev

Log:
* Tomboy.csproj: Include ChangeLog.
* Tomboy/WindowsApplication.cs: Switch note path from
  LocalApplicationData to ApplicationData.

Modified:
   branches/tomboy-portable2/Tomboy.csproj
   branches/tomboy-portable2/Tomboy/WindowsApplication.cs

Modified: branches/tomboy-portable2/Tomboy.csproj
==============================================================================
--- branches/tomboy-portable2/Tomboy.csproj	(original)
+++ branches/tomboy-portable2/Tomboy.csproj	Fri Oct  3 13:16:32 2008
@@ -148,6 +148,7 @@
     <Compile Include="Tomboy\PrefsKeybinder.cs" />
     <Compile Include="Tomboy\WindowsApplication.cs" />
     <Compile Include="Tomboy\XmlPreferencesClient.cs" />
+    <None Include="ChangeLog" />
   </ItemGroup>
   <ItemGroup>
     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">

Modified: branches/tomboy-portable2/Tomboy/WindowsApplication.cs
==============================================================================
--- branches/tomboy-portable2/Tomboy/WindowsApplication.cs	(original)
+++ branches/tomboy-portable2/Tomboy/WindowsApplication.cs	Fri Oct  3 13:16:32 2008
@@ -73,7 +73,7 @@
 			{
 				string confDir = Path.Combine (
 					Environment.GetFolderPath (
-					Environment.SpecialFolder.LocalApplicationData),
+					Environment.SpecialFolder.ApplicationData),
 					"tomboy");
 				if (!Directory.Exists (confDir))
 					Directory.CreateDirectory (confDir);



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