From: Shaun McCance Date: Sat, 24 Mar 2012 01:16:16 +0000 (-0400) Subject: Use the correct help: URI syntax X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=f03270905ff76dddd6704bdc8fd0282bd582a051 Use the correct help: URI syntax https://bugzilla.gnome.org/show_bug.cgi?id=672596 --- diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 0bdcf69d..b7b8aa39 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, "help:empathy?accounts-window"); + empathy_url_show (widget, "help:empathy/accounts-window"); } else if (response_id == GTK_RESPONSE_CLOSE || response_id == GTK_RESPONSE_DELETE_EVENT) diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index f49d2cba..be00f286 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1383,7 +1383,7 @@ static void empathy_call_window_contents_cb (GtkAction *action, EmpathyCallWindow *self) { - empathy_url_show (GTK_WIDGET (self), "help:empathy?audio-video"); + empathy_url_show (GTK_WIDGET (self), "help:empathy/audio-video"); } static void