Properly launch applications set in $HOME/.mailcap
authorMike Hommey <glandium@debian.org>
Sat, 22 Nov 2008 08:35:23 +0000 (09:35 +0100)
committerPeter Micheal Green <plugwash@raspbian.org>
Fri, 18 Jan 2019 23:40:33 +0000 (23:40 +0000)
https://bugzilla.mozilla.org/show_bug.cgi?id=444440

Gbp-Pq: Topic fixes
Gbp-Pq: Name Properly-launch-applications-set-in-HOME-.mailcap.patch

uriloader/exthandler/unix/nsMIMEInfoUnix.cpp

index f102815c7dd47371759bce6fd92cf858c41b17cb..481af3a2e5085f6497fa36341f338772a9681671 100644 (file)
@@ -62,6 +62,10 @@ nsMIMEInfoUnix::LaunchDefaultWithFile(nsIFile *aFile)
     return nsMIMEInfoImpl::LaunchDefaultWithFile(aFile);
 
   nsAutoCString nativePath;
+/* the name of the function has changed
+ * the old was the following:
+  nsCAutoString nativePath;
+  */
   aFile->GetNativePath(nativePath);
 
   nsCOMPtr<nsIGIOService> giovfs = do_GetService(NS_GIOSERVICE_CONTRACTID);