openbsd-ports/x11/gnome/conduit/patches/patch-conduit_gtkui_UI_py
ajacoutot d122bb23a3 Update to conduit-0.3.17.
Remove flicker and fspot modules (no support for them yet).
2010-03-21 10:45:34 +00:00

17 lines
674 B
Plaintext

$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)