Fix bug 240174 ('no running window found' on startup). r+sr=blizzard.

This commit is contained in:
bryner%brianryner.com 2004-04-13 04:50:19 +00:00
Родитель ea8e5cb553
Коммит b148069934
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1472,6 +1472,9 @@ static int HandleRemoteArguments(int argc, char* argv[], PRBool *aArgUsed)
}
}
if (!remote)
return 0; // No remote argument == success
// try to get the X remote client
nsCOMPtr<nsIXRemoteClient> client (do_CreateInstance(NS_XREMOTECLIENT_CONTRACTID));
if (!client)

Просмотреть файл

@ -1469,6 +1469,9 @@ static int HandleRemoteArguments(int argc, char* argv[], PRBool *aArgUsed)
}
}
if (!remote)
return 0; // No remote argument == success
// try to get the X remote client
nsCOMPtr<nsIXRemoteClient> client (do_CreateInstance(NS_XREMOTECLIENT_CONTRACTID));
if (!client)