Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 1, 1970
1 parent faa81ae commit 1411474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions git/toolkit/components/remote/nsQtRemoteService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!");

Expand Down
2 changes: 1 addition & 1 deletion hg/toolkit/components/remote/nsQtRemoteService.cpp
Submodule nsQtRemoteService.cpp updated from 15016f to 9e4e1a

0 comments on commit 1411474

Please sign in to comment.