Properly launch applications set in $HOME/.mailcap
authorMike Hommey <glandium@debian.org>
Sat, 22 Nov 2008 08:35:23 +0000 (09:35 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Fri, 14 Jun 2024 11:26:00 +0000 (13:26 +0200)
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 330c4411597f1a19105601e256a2c3bc71c61780..ff9d78b161d29043f8bcbfe6ceebd328ab9ebc59 100644 (file)
@@ -57,6 +57,10 @@ nsresult nsMIMEInfoUnix::LaunchDefaultWithFile(nsIFile* 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);