[Xfce4-commits] <terminal:master> Update online documentation location.
Nick Schermer
noreply at xfce.org
Mon Apr 25 21:52:01 CEST 2011
Updating branch refs/heads/master
to 88c74b4c7097e4de95f24472da42375e18f919ab (commit)
from d513a283b649ca10142e28194214b14ebc5bc08a (commit)
commit 88c74b4c7097e4de95f24472da42375e18f919ab
Author: Nick Schermer <nick at xfce.org>
Date: Mon Apr 25 20:56:53 2011 +0200
Update online documentation location.
terminal/terminal-dialogs.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/terminal/terminal-dialogs.c b/terminal/terminal-dialogs.c
index 45dadd2..b5afdbb 100644
--- a/terminal/terminal-dialogs.c
+++ b/terminal/terminal-dialogs.c
@@ -284,10 +284,14 @@ terminal_dialogs_show_help (GtkWindow *parent,
/* build the full uri, fallback to online docs if nothing was found */
if (G_LIKELY (exists))
- uri = g_strconcat ("file://", filename, "#", offset, NULL);
+ {
+ uri = g_strconcat ("file://", filename, "#", offset, NULL);
+ }
else if (terminal_dialogs_show_help_ask_online (parent))
- uri = g_strconcat ("http://foo-projects.org/~nick/docs/terminal/?lang=",
- locale, "&page=", page, "&offset=", offset, NULL);
+ {
+ uri = g_strconcat ("http://docs.xfce.org/help.php?package=terminal&lang=",
+ locale, "&page=", page, "&anchor=", offset, NULL);
+ }
g_free (filename);
g_free (locale);
More information about the Xfce4-commits
mailing list