aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
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 /src/empathy-accounts-dialog.c
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 'src/empathy-accounts-dialog.c')
-rw-r--r--src/empathy-accounts-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index e0e68fa02..0bdcf69d5 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -2348,7 +2348,7 @@ dialog_response_cb (GtkWidget *widget,
if (response_id == GTK_RESPONSE_HELP)
{
- empathy_url_show (widget, "ghelp:empathy?accounts-window");
+ empathy_url_show (widget, "help:empathy?accounts-window");
}
else if (response_id == GTK_RESPONSE_CLOSE ||
response_id == GTK_RESPONSE_DELETE_EVENT)