зеркало из https://github.com/mozilla/gecko-dev.git
Bug 588449 - Fennec on Linux/Qt on N900 bustage. r=doug.turner a=npodb
This commit is contained in:
Родитель
67f912918b
Коммит
f0e27fabb5
|
@ -100,6 +100,9 @@ mServerWindow(0)
|
|||
NS_IMETHODIMP
|
||||
nsQtRemoteService::Startup(const char* aAppName, const char* aProfileName)
|
||||
{
|
||||
#if (MOZ_PLATFORM_MAEMO == 5)
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
#endif
|
||||
if (mServerWindow) return NS_ERROR_ALREADY_INITIALIZED;
|
||||
NS_ASSERTION(aAppName, "Don't pass a null appname!");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче