updated to nsString2 api's
git-svn-id: svn://10.0.0.236/trunk@33229 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
183b5e384b
commit
9bfb8e7b48
@ -529,7 +529,7 @@ nsPICS::Init()
|
||||
(nsISupports **)&anObserverService);
|
||||
|
||||
if(rv == NS_OK) {
|
||||
rv = anObserverService->AddObserver(mPICSElementObserver, aTopic);
|
||||
rv = anObserverService->AddObserver(mPICSElementObserver, aTopic.GetUnicode());
|
||||
nsServiceManager::ReleaseService( NS_OBSERVERSERVICE_PROGID, anObserverService );
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user