Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 7d8f808e47240b235732924df64766c6 > files > 29

mozilla-thunderbird-3.1.7-0.1mdv2010.2.src.rpm

diff -p -up comm-1.9.2/mail/components/shell/nsMailGNOMEIntegration.cpp.thunderbird-appname comm-1.9.2/mail/components/shell/nsMailGNOMEIntegration.cpp
--- comm-1.9.2/mail/components/shell/nsMailGNOMEIntegration.cpp.thunderbird-appname	2010-07-13 18:22:45.000000000 -0300
+++ comm-1.9.2/mail/components/shell/nsMailGNOMEIntegration.cpp	2010-07-20 17:37:39.595057298 -0300
@@ -98,6 +98,12 @@ nsMailGNOMEIntegration::Init()
   NS_ENSURE_SUCCESS(rv, rv);
 
   rv = appPath->GetNativePath(mAppPath);
+
+  /* This path of thunderbird is hardcoded for the default path setting 
+   * And the above code is not used.
+   */
+  mAppPath.Assign ("/usr/bin/thunderbird");
+
   return rv;
 }