[baobab] Finish port to make help use Mallard
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] Finish port to make help use Mallard
- Date: Tue, 21 Feb 2012 11:41:01 +0000 (UTC)
commit 5039a491df589f81b385e20b9bf13aed3801d773
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date: Tue Feb 21 11:39:54 2012 +0000
Finish port to make help use Mallard
Makefile.am | 1 -
src/baobab-utils.c | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a1f8b5b..37bcc92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,6 @@ MAINTAINERCLEANFILES = \
config.h.in \
config.sub \
depcomp \
- gnome-doc-utils.make \
INSTALL \
install-sh \
ltmain.sh \
diff --git a/src/baobab-utils.c b/src/baobab-utils.c
index 686cc7f..7208629 100644
--- a/src/baobab-utils.c
+++ b/src/baobab-utils.c
@@ -462,9 +462,9 @@ baobab_help_display (GtkWindow *parent,
gboolean ret;
if (link_id)
- uri = g_strdup_printf ("ghelp:%s?%s", "baobab", link_id);
+ uri = g_strdup_printf ("help:%s?%s", "baobab", link_id);
else
- uri = g_strdup_printf ("ghelp:%s", "baobab");
+ uri = g_strdup_printf ("help:%s", "baobab");
ret = gtk_show_uri (gtk_window_get_screen (parent),
uri, gtk_get_current_event_time (), &error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]