aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-22 17:09:34 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-22 19:58:44 +0800
commit311b718f10b3cf14c7c00da6b6f44e647131f3b3 (patch)
tree2c1f7098aa7c1a89f1ec47bafa61784fbba34ec7 /libempathy-gtk
parent605f872bdc6cc6a1d9534c98054df66e8b6fc964 (diff)
downloadgsoc2013-empathy-311b718f10b3cf14c7c00da6b6f44e647131f3b3.tar
gsoc2013-empathy-311b718f10b3cf14c7c00da6b6f44e647131f3b3.tar.gz
gsoc2013-empathy-311b718f10b3cf14c7c00da6b6f44e647131f3b3.tar.bz2
gsoc2013-empathy-311b718f10b3cf14c7c00da6b6f44e647131f3b3.tar.lz
gsoc2013-empathy-311b718f10b3cf14c7c00da6b6f44e647131f3b3.tar.xz
gsoc2013-empathy-311b718f10b3cf14c7c00da6b6f44e647131f3b3.tar.zst
gsoc2013-empathy-311b718f10b3cf14c7c00da6b6f44e647131f3b3.zip
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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-ui-utils.c2
1 files changed, 1 insertions, 1 deletions
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);