firefox-kde.patch
changeset 609 d2bfc69375aa
parent 606 9d39369e1b4c
child 612 3006d73ad2fa
--- a/firefox-kde.patch	Wed Jan 16 23:10:38 2013 +0100
+++ b/firefox-kde.patch	Sun Jan 27 10:42:26 2013 +0100
@@ -1614,7 +1614,7 @@
 +
 +    cmdstr->SetData( NS_LITERAL_CSTRING( "RUN" ));
 +    command->AppendElement( cmdstr, false );
-+    nsCAutoString app;
++    nsAutoCString app;
 +    nsresult rv = aApplication->GetNativePath( app );
 +    NS_ENSURE_SUCCESS( rv, rv );
 +    appstr->SetData( app );
@@ -1653,7 +1653,7 @@
 +    if( !resstr )
 +        return NS_ERROR_FAILURE;
 +
-+    nsCAutoString path;
++    nsAutoCString path;
 +    resstr->GetData( path );
 +    if (path.IsEmpty())
 +        return NS_ERROR_FAILURE;