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-roster-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-roster-window.c')
-rw-r--r-- | src/empathy-roster-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index 454cd256a..4747b33e2 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -2052,7 +2052,7 @@ static void roster_window_help_contents_cb (GtkAction *action, EmpathyRosterWindow *self) { - empathy_url_show (GTK_WIDGET (self), "ghelp:empathy"); + empathy_url_show (GTK_WIDGET (self), "help:empathy"); } static gboolean |