зеркало из https://github.com/mozilla/gecko-dev.git
fixing camino bustage
This commit is contained in:
Родитель
4fc71addea
Коммит
5fae275817
|
@ -238,8 +238,8 @@ CHBrowserService::Show(nsIHelperAppLauncher* inLauncher, nsISupports* inContext,
|
|||
{
|
||||
NS_GetSpecialDirectory(NS_MAC_DEFAULT_DOWNLOAD_DIR, getter_AddRefs(downloadFile));
|
||||
|
||||
nsXPIDLString leafName;
|
||||
inLauncher->GetSuggestedFileName(getter_Copies(leafName));
|
||||
nsCAutoString leafName;
|
||||
inLauncher->GetSuggestedFileName(leafName);
|
||||
if (leafName.IsEmpty())
|
||||
{
|
||||
nsCOMPtr<nsIURI> sourceURI;
|
||||
|
|
Загрузка…
Ссылка в новой задаче