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 /src/empathy-chat-window.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 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 587ae7d4b..f80f09611 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1434,7 +1434,7 @@ chat_window_help_contents_activate_cb (GtkAction *action, { EmpathyChatWindowPriv *priv = GET_PRIV (window); - empathy_url_show (priv->dialog, "ghelp:empathy"); + empathy_url_show (priv->dialog, "help:empathy"); } static void |