зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
24702c3f0c
Коммит
5e99f336ab
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче