$OpenBSD: patch-conduit_gtkui_UI_py,v 1.2 2009/07/12 19:56:38 ajacoutot Exp $
--- conduit/gtkui/UI.py.orig	Sat Jun 27 10:16:38 2009
+++ conduit/gtkui/UI.py	Sat Jun 27 10:17:33 2009
@@ -470,11 +470,7 @@ class MainWindow:
         """
         Display help
         """
-        if conduit.IS_INSTALLED:
-            uri = "ghelp:conduit"
-        else:
-            #if we are not installed then launch the ghelp uri with a full path
-            uri = "ghelp:%s" % os.path.join(conduit.DIRECTORY,"help","C","conduit.xml")
+        uri = "ghelp:%s" % os.path.join("${PREFIX}/share/gnome","help","conduit","C","conduit.xml")
 
         log.debug("Launching help: %s" % uri)
 
