Bug 419275 - "support for gnome's sounds" (Followup) [r+sr=roc]

This commit is contained in:
Michael Ventnor 2008-12-14 22:48:52 -08:00
Родитель b0c0f66983
Коммит cab5571267
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -410,7 +410,7 @@ NS_METHOD nsSound::Play(nsIURL *aURL)
nsresult nsSound::PlaySystemEventSound(const nsAString &aSoundAlias)
{
if (!libcanberra)
return NS_ERROR_FAILURE;
return NS_OK;
// Do we even want alert sounds?
// If so, what sound theme are we using?