Closed
Bug 40811
Opened 24 years ago
Closed 24 years ago
Sounds don't work on Gtk/Unix
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: slogan, Assigned: slogan)
Details
(Keywords: regression)
Index: nsSound.cpp
Init is never being called through the exposed interfaces. The following patch
addresses the issue.
This is dogfood for IM because our prefs and feature set require sound to work.
===================================================================
RCS file: /cvsroot/mozilla/widget/src/gtk/nsSound.cpp,v
retrieving revision 1.16
diff -r1.16 nsSound.cpp
119a120,122
> if ( elib && alib )
> return NS_OK;
>
194a198
> Init();
nominating dogfood. see also bugscape 1073.
Status: NEW → ASSIGNED
Keywords: dogfood,
regression
Fixed, how's that for turnaround. r=pavlov, a=amusil
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•