$OpenBSD: patch-src_gnome-keyring-manager-main-ui_c,v 1.1.1.1 2008/05/10 08:22:50 jasper Exp $ --- src/gnome-keyring-manager-main-ui.c.orig Sun Feb 18 17:46:24 2007 +++ src/gnome-keyring-manager-main-ui.c Thu Aug 16 13:29:23 2007 @@ -777,8 +777,7 @@ on_help_activate (GtkWidget *widget G_GNUC_UNUSED, gnome_help_display ("gnome-keyring-manager", NULL, &error); if (error != NULL) { - g_error ("Unable to load help: %s", error->message); - + g_warning ("Unable to load help: %s", error->message); g_error_free (error); } }