[evolution/wip/webkit2] Bug 749060 - Help->Contents does not open in yelp
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Bug 749060 - Help->Contents does not open in yelp
- Date: Thu, 25 Feb 2016 12:34:25 +0000 (UTC)
commit 6bea23e637babd0b0c4d4751855ace26dd26a27f
Author: Milan Crha <mcrha redhat com>
Date: Mon May 11 18:26:25 2015 +0200
Bug 749060 - Help->Contents does not open in yelp
e-util/e-misc-utils.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-misc-utils.c b/e-util/e-misc-utils.c
index 9da55f3..84a24ef 100644
--- a/e-util/e-misc-utils.c
+++ b/e-util/e-misc-utils.c
@@ -316,10 +316,11 @@ e_display_help (GtkWindow *parent,
if (parent != NULL)
screen = gtk_widget_get_screen (GTK_WIDGET (parent));
- g_string_append (uri, "/");
- if (link_id != NULL)
+ if (link_id != NULL) {
+ g_string_append (uri, "/");
g_string_append (uri, link_id);
+ }
if (gtk_show_uri (screen, uri->str, timestamp, &error))
goto exit;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]