diff options
author | Shaun McCance <shaunm@gnome.org> | 2011-09-04 01:49:07 +0800 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2011-09-04 01:49:07 +0800 |
commit | d2467f4d3b989bb34ef35c16fd7cbdd57edf4161 (patch) | |
tree | 52c9ca29a9c5ebd5039d655f1a9890163f8e1f14 | |
parent | 22de94f978df78e8b83ad515a6d6c870049b116b (diff) | |
download | gsoc2013-empathy-d2467f4d3b989bb34ef35c16fd7cbdd57edf4161.tar gsoc2013-empathy-d2467f4d3b989bb34ef35c16fd7cbdd57edf4161.tar.gz gsoc2013-empathy-d2467f4d3b989bb34ef35c16fd7cbdd57edf4161.tar.bz2 gsoc2013-empathy-d2467f4d3b989bb34ef35c16fd7cbdd57edf4161.tar.lz gsoc2013-empathy-d2467f4d3b989bb34ef35c16fd7cbdd57edf4161.tar.xz gsoc2013-empathy-d2467f4d3b989bb34ef35c16fd7cbdd57edf4161.tar.zst gsoc2013-empathy-d2467f4d3b989bb34ef35c16fd7cbdd57edf4161.zip |
help/irc-manage: Add install link for telepathy-idle
-rw-r--r-- | help/C/irc-manage.page | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/help/C/irc-manage.page b/help/C/irc-manage.page index 2f9cbaea4..2a85f1567 100644 --- a/help/C/irc-manage.page +++ b/help/C/irc-manage.page @@ -1,5 +1,6 @@ <page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" + xmlns:if="http://projectmallard.org/experimental/if/" type="guide" style="2column" id="irc-manage" groups="one two"> @@ -36,6 +37,11 @@ <note style="info package"> <p>You must have the <sys>telepathy-idle</sys> package installed to use IRC in <app>Empathy</app>.</p> + <if:choose> + <if:when test="if:supports('action:install')"> + <p><link action="install:telepathy-idle" xref="index" style="button">Install telepathy-idle</link></p> + </if:when> + </if:choose> </note> <section id="manage" style="2column"> |