Bug #282048 --> Register thunderbird with the OS to handle feed:// URLS (the UI is currently hidden until we finish with the backend)

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2005-03-08 01:18:12 +00:00
parent ee73e555c3
commit 6178ae6b95

View File

@ -210,6 +210,18 @@ nsMailGNOMEIntegration::SetIsDefaultNewsClient(PRBool aIsDefault)
return MakeDefault(sNewsProtocols, NS_ARRAY_LENGTH(sNewsProtocols));
}
NS_IMETHODIMP
nsMailGNOMEIntegration::GetIsDefaultFeedClient(PRBool *aIsDefault)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
nsMailGNOMEIntegration::SetIsDefaultFeedClient(PRBool aIsDefault)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
nsMailGNOMEIntegration::GetShowDialog(PRBool *aShow)
{