b16ee369be
Tested on amd64 and macppc.
15 lines
580 B
Plaintext
15 lines
580 B
Plaintext
$OpenBSD: patch-widget_src_qt_nsIdleServiceQt_cpp,v 1.3 2011/06/28 22:01:18 landry Exp $
|
|
OBSD specific patch
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=650772
|
|
--- widget/src/qt/nsIdleServiceQt.cpp.orig Thu Nov 4 21:06:58 2010
|
|
+++ widget/src/qt/nsIdleServiceQt.cpp Sat Nov 13 11:56:38 2010
|
|
@@ -77,7 +77,7 @@ static void Initialize()
|
|
|
|
#ifndef MOZ_PLATFORM_MAEMO
|
|
// This will leak - See comments in ~nsIdleServiceQt().
|
|
- PRLibrary* xsslib = PR_LoadLibrary("libXss.so.1");
|
|
+ PRLibrary* xsslib = PR_LoadLibrary("libXss.so");
|
|
if (!xsslib) {
|
|
return;
|
|
}
|