Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > dd899ecb7756ff800115a4b535582945 > files > 2

gnome-do-plugins-0.8.4-2.fc15.src.rpm

diff -up gnome-do-plugins-0.8.2.1/Thunderbird/src/ThunderbirdContactItemSource.cs Thunderbird/src/ThunderbirdContactItemSource.cs.fix > gnome-do-plugins-thunderbird.patch
--- gnome-do-plugins-0.8.2.1/Thunderbird/src/ThunderbirdContactItemSource.cs	2009-10-12 15:30:04.288395070 -0500
+++ gnome-do-plugins-0.8.2.1Thunderbird/src/ThunderbirdContactItemSource.cs.fix	2009-12-21 19:06:23.757517057 -0600
@@ -128,7 +128,7 @@ namespace Do.Addins.Thunderbird
 
 			profile = null;
 			home = System.Environment.GetFolderPath (System.Environment.SpecialFolder.Personal);
-			path = System.IO.Path.Combine (home, ".mozilla-thunderbird/profiles.ini");
+			path = System.IO.Path.Combine (home, ".thunderbird/profiles.ini");
 			try {
 				reader = System.IO.File.OpenText (path);
 			} catch {
@@ -152,7 +152,7 @@ namespace Do.Addins.Thunderbird
 			if (profile == null) {
 				return null;
 			}
-			path = System.IO.Path.Combine (home, ".mozilla-thunderbird");
+			path = System.IO.Path.Combine (home, ".thunderbird");
 			path = System.IO.Path.Combine (path, profile);
 			path = System.IO.Path.Combine (path, "abook.mab");
 			return path;