13 lines
571 B
Plaintext
13 lines
571 B
Plaintext
$OpenBSD: patch-gfx_src_gtk_nsDeviceContextSpecG_cpp,v 1.2 2005/10/14 04:00:38 kurt Exp $
|
|
--- gfx/src/gtk/nsDeviceContextSpecG.cpp.orig Thu Feb 17 16:25:16 2005
|
|
+++ gfx/src/gtk/nsDeviceContextSpecG.cpp Mon Sep 26 17:14:17 2005
|
|
@@ -1133,7 +1133,7 @@ nsresult GlobalPrinters::InitializeGloba
|
|
free(printerList);
|
|
} else {
|
|
/* Try to use CUPS */
|
|
- PRLibrary *clib = PR_LoadLibrary("libcups.so.2");
|
|
+ PRLibrary *clib = PR_LoadLibrary("libcups.so");
|
|
if (clib) {
|
|
CupsGetDestsType CupsGetDests;
|
|
CupsGetDestType CupsGetDest;
|