9944b0d1c5
been tested good enough, and i've fixed all the issues i'm aware of. furthermore 2.0 branch has basically reached eol, since there will be only one minor update (2.0.0.19) discussed with kurt@, naddy@ and porters pkgname change handling help naddy@ ok naddy@
13 lines
509 B
Plaintext
13 lines
509 B
Plaintext
$OpenBSD: patch-widget_src_gtk2_nsIdleServiceGTK_cpp,v 1.1 2008/11/20 23:41:32 martynas Exp $
|
|
--- widget/src/gtk2/nsIdleServiceGTK.cpp.orig Thu Sep 27 19:53:48 2007
|
|
+++ widget/src/gtk2/nsIdleServiceGTK.cpp Tue May 6 03:27:58 2008
|
|
@@ -78,7 +78,7 @@ static void Initialize()
|
|
#endif
|
|
|
|
// This will leak - See comments in ~nsIdleServiceGTK().
|
|
- PRLibrary* xsslib = PR_LoadLibrary("libXss.so.1");
|
|
+ PRLibrary* xsslib = PR_LoadLibrary("libXss.so");
|
|
if (!xsslib) // ouch.
|
|
{
|
|
#ifdef PR_LOGGING
|