[empathy] Use the correct help: URI syntax
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Use the correct help: URI syntax
- Date: Mon, 26 Mar 2012 10:26:21 +0000 (UTC)
commit f03270905ff76dddd6704bdc8fd0282bd582a051
Author: Shaun McCance <shaunm gnome org>
Date: Fri Mar 23 21:16:16 2012 -0400
Use the correct help: URI syntax
https://bugzilla.gnome.org/show_bug.cgi?id=672596
src/empathy-accounts-dialog.c | 2 +-
src/empathy-call-window.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 0bdcf69..b7b8aa3 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 f49d2cb..be00f28 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]