diff options
author | Milo Casagrande <milo@ubuntu.com> | 2009-08-14 16:17:52 +0800 |
---|---|---|
committer | Milo Casagrande <milo@ubuntu.com> | 2009-08-14 16:17:52 +0800 |
commit | e3636c7d43ab2a0ab059def183d10a2fb7867418 (patch) | |
tree | 0a8ba7b5cef9ade1dae937e98c3f06a4cf23358d | |
parent | 8231bae19efd93b161c03c5638e9cc0ca9b07e0b (diff) | |
download | gsoc2013-empathy-e3636c7d43ab2a0ab059def183d10a2fb7867418.tar gsoc2013-empathy-e3636c7d43ab2a0ab059def183d10a2fb7867418.tar.gz gsoc2013-empathy-e3636c7d43ab2a0ab059def183d10a2fb7867418.tar.bz2 gsoc2013-empathy-e3636c7d43ab2a0ab059def183d10a2fb7867418.tar.lz gsoc2013-empathy-e3636c7d43ab2a0ab059def183d10a2fb7867418.tar.xz gsoc2013-empathy-e3636c7d43ab2a0ab059def183d10a2fb7867418.tar.zst gsoc2013-empathy-e3636c7d43ab2a0ab059def183d10a2fb7867418.zip |
Fixed documentation link with for the new Mallard structure
* Colses bug 591602
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 98e848566..5948a58ff 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -924,7 +924,7 @@ static void accounts_dialog_button_help_clicked_cb (GtkWidget *button, EmpathyAccountsDialog *dialog) { - empathy_url_show (button, "ghelp:empathy?empathy-create-account"); + empathy_url_show (button, "ghelp:empathy#add-account"); } static void |