diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-22 17:09:34 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-22 19:58:44 +0800 |
commit | 311b718f10b3cf14c7c00da6b6f44e647131f3b3 (patch) | |
tree | 2c1f7098aa7c1a89f1ec47bafa61784fbba34ec7 /libempathy-gtk/empathy-ui-utils.c | |
parent | 605f872bdc6cc6a1d9534c98054df66e8b6fc964 (diff) | |
download | gsoc2013-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/empathy-ui-utils.c')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 2 |
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); |