[baobab] Fix help link
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] Fix help link
- Date: Tue, 13 Mar 2012 14:14:59 +0000 (UTC)
commit ac8ccc71bce4f1c456bbd036fb1c97462924e9e9
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Mon Mar 12 21:20:34 2012 -0400
Fix help link
yelp-tools help links need / instead of ?
Update help link for new help page name
https://bugzilla.gnome.org/show_bug.cgi?id=671955
src/baobab-prefs.c | 2 +-
src/baobab-utils.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/baobab-prefs.c b/src/baobab-prefs.c
index dea4618..4f7548e 100644
--- a/src/baobab-prefs.c
+++ b/src/baobab-prefs.c
@@ -112,7 +112,7 @@ filechooser_response_cb (GtkDialog *dialog,
{
switch (response_id) {
case GTK_RESPONSE_HELP:
- baobab_help_display (GTK_WINDOW (baobab.window), "baobab-preferences");
+ baobab_help_display (GTK_WINDOW (baobab.window), "pref");
break;
case GTK_RESPONSE_DELETE_EVENT:
case GTK_RESPONSE_CLOSE:
diff --git a/src/baobab-utils.c b/src/baobab-utils.c
index 7208629..973c0c2 100644
--- a/src/baobab-utils.c
+++ b/src/baobab-utils.c
@@ -462,7 +462,7 @@ baobab_help_display (GtkWindow *parent,
gboolean ret;
if (link_id)
- uri = g_strdup_printf ("help:%s?%s", "baobab", link_id);
+ uri = g_strdup_printf ("help:%s/%s", "baobab", link_id);
else
uri = g_strdup_printf ("help:%s", "baobab");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]