[gnome-packagekit] Fix help links
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Fix help links
- Date: Sun, 26 Aug 2012 00:40:24 +0000 (UTC)
commit 31680c673b7c4fdf36cda97664b7a7c15732e645
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Sat Aug 25 17:19:41 2012 -0400
Fix help links
Yelp-tools needs help:gnome-packagekit/software-sources links
instead of ghelp:gnome-packagekit?software-sources
https://bugzilla.gnome.org/show_bug.cgi?id=682695
src/gpk-gnome.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-gnome.c b/src/gpk-gnome.c
index f4c1e0d..09511f6 100644
--- a/src/gpk-gnome.c
+++ b/src/gpk-gnome.c
@@ -60,7 +60,7 @@ gpk_gnome_help (const gchar *link_id)
gboolean ret = TRUE;
if (link_id)
- uri = g_strconcat ("help:gnome-packagekit?", link_id, NULL);
+ uri = g_strconcat ("help:gnome-packagekit/", link_id, NULL);
else
uri = g_strdup ("help:gnome-packagekit");
g_debug ("opening uri %s", uri);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]