18 lines
685 B
Plaintext
18 lines
685 B
Plaintext
$OpenBSD: patch-toolkit_xre_nsNativeAppSupportUnix_cpp,v 1.2 2009/08/03 21:27:00 martynas Exp $
|
|
--- toolkit/xre/nsNativeAppSupportUnix.cpp.orig Thu Jul 30 18:30:33 2009
|
|
+++ toolkit/xre/nsNativeAppSupportUnix.cpp Mon Aug 3 22:47:27 2009
|
|
@@ -341,11 +341,11 @@ nsNativeAppSupportUnix::Start(PRBool *aRetVal)
|
|
|
|
#ifdef MOZ_X11
|
|
|
|
- PRLibrary *gnomeuiLib = PR_LoadLibrary("libgnomeui-2.so.0");
|
|
+ PRLibrary *gnomeuiLib = PR_LoadLibrary("libgnomeui-2.so");
|
|
if (!gnomeuiLib)
|
|
return NS_OK;
|
|
|
|
- PRLibrary *gnomeLib = PR_LoadLibrary("libgnome-2.so.0");
|
|
+ PRLibrary *gnomeLib = PR_LoadLibrary("libgnome-2.so");
|
|
if (!gnomeLib) {
|
|
PR_UnloadLibrary(gnomeuiLib);
|
|
return NS_OK;
|