$OpenBSD: patch-src_ui_common_c,v 1.4 2014/03/16 11:21:28 ajacoutot Exp $

- Remove call to amide_gnome_help_display(), thus dropping the
  dependency on gnome-vfs2.

--- src/ui_common.c.orig	Wed Oct  3 23:49:10 2012
+++ src/ui_common.c	Sun Mar 16 10:31:14 2014
@@ -963,7 +963,7 @@ void amide_unregister_all_windows(void) {
 
 void amide_call_help(const gchar * link_id) {
 
-#ifndef OLD_WIN32_HACKS
+#ifndef __OpenBSD__
   GError *error=NULL;
   amide_gnome_help_display(PACKAGE, link_id, &error);
   if (error != NULL) {
@@ -972,7 +972,7 @@ void amide_call_help(const gchar * link_id) {
   }
 
 #else
-  g_warning("Help is unavailable in the Windows version. Please see the help documentation online at http://amide.sf.net, or in the AMIDE install folder");
+  g_warning("Help is unavailable in this version. Please see the help documentation online at http://amide.sf.net, or in the AMIDE install folder");
 #endif
 
   return;
