$OpenBSD: patch-conduit_gtkui_UI_py,v 1.3 2010/03/21 10:45:34 ajacoutot Exp $
--- conduit/gtkui/UI.py.orig	Thu Jan  7 17:10:30 2010
+++ conduit/gtkui/UI.py	Thu Jan 21 20:53:38 2010
@@ -494,11 +494,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)
 
