diff -r dfcb6d8fcf5a -r d2bfc69375aa firefox-kde.patch --- 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;