$OpenBSD: patch-shell_source_unix_misc_gnome-open-url_c,v 1.1 2006/10/27 16:02:02 kurt Exp $
--- shell/source/unix/misc/gnome-open-url.c.orig.port	Thu Oct 26 11:01:40 2006
+++ shell/source/unix/misc/gnome-open-url.c	Thu Oct 26 11:02:57 2006
@@ -61,7 +61,7 @@ typedef enum {
  
 gchar* gnome_gconf_get_gnome_libs_settings_relative (const gchar *subkey)
 {
-    void* handle = dlopen("libglib-2.0.so.0", RTLD_LAZY);
+    void* handle = dlopen("libglib-2.0.so", RTLD_LAZY);
     
     (void)subkey; /* avoid warning due to unused parameter */
 
@@ -82,7 +82,7 @@ gchar* gnome_gconf_get_gnome_libs_settin
 
 gboolean gnome_url_show (const char *url, GError **error)
 {
-    void* handle = dlopen("libgnomevfs-2.so.0", RTLD_LAZY);
+    void* handle = dlopen("libgnomevfs-2.so", RTLD_LAZY);
     gboolean ret = 0;
 
     (void)error; /* avoid warning due to unused parameter */
