From 311b718f10b3cf14c7c00da6b6f44e647131f3b3 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 22 Mar 2012 10:09:34 +0100 Subject: Use help:empathy to open the help Looks like the new doc infra uses "help" rather than "ghelp". https://bugzilla.gnome.org/show_bug.cgi?id=672596 --- libempathy-gtk/empathy-ui-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 6f86ccddd..23cff24f8 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1701,7 +1701,7 @@ empathy_make_absolute_url_len (const gchar *url, { g_return_val_if_fail (url != NULL, NULL); - if (g_str_has_prefix (url, "ghelp:") || + if (g_str_has_prefix (url, "help:") || g_str_has_prefix (url, "mailto:") || strstr (url, ":/")) { return g_strndup (url, len); -- cgit v1.2.3