[vino] Corrected new help links The new help: protocol uses a slash instead of a question mark. Also updati
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vino] Corrected new help links The new help: protocol uses a slash instead of a question mark. Also updati
- Date: Tue, 6 Sep 2011 01:49:52 +0000 (UTC)
commit 9e0e72b9c2f2642e73d933632ec480e867a1b610
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Mon Sep 5 21:47:50 2011 -0400
Corrected new help links
The new help: protocol uses a slash instead of a question mark.
Also updating two old help references that hadn't been updated.
capplet/vino-preferences.c | 2 +-
server/vino-status-icon.c | 2 +-
server/vino-status-tube-icon.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/capplet/vino-preferences.c b/capplet/vino-preferences.c
index 10c094a..13615e2 100644
--- a/capplet/vino-preferences.c
+++ b/capplet/vino-preferences.c
@@ -232,7 +232,7 @@ vino_preferences_dialog_response (GtkWidget *widget,
case GTK_RESPONSE_HELP:
screen = gtk_widget_get_screen (widget);
- if (!gtk_show_uri (screen, "help:gnome-help?sharing-desktop",
+ if (!gtk_show_uri (screen, "help:gnome-help/sharing-desktop",
GDK_CURRENT_TIME, &error))
{
GtkWidget *message_dialog;
diff --git a/server/vino-status-icon.c b/server/vino-status-icon.c
index e7e2389..11c98e2 100644
--- a/server/vino-status-icon.c
+++ b/server/vino-status-icon.c
@@ -227,7 +227,7 @@ vino_status_icon_help (VinoStatusIcon *icon)
screen = gtk_status_icon_get_screen (GTK_STATUS_ICON (icon));
if (!gtk_show_uri (screen,
- "ghelp:user-guide?goscustdesk-90",
+ "help:gnome-help/sharing-desktop",
GDK_CURRENT_TIME,
&error))
{
diff --git a/server/vino-status-tube-icon.c b/server/vino-status-tube-icon.c
index b7135a1..34982f2 100644
--- a/server/vino-status-tube-icon.c
+++ b/server/vino-status-tube-icon.c
@@ -194,7 +194,7 @@ vino_status_tube_icon_help (VinoStatusTubeIcon *icon)
GError *error = NULL;
screen = gtk_status_icon_get_screen (GTK_STATUS_ICON (icon));
- if (!gtk_show_uri (screen, "ghelp:user-guide?goscustdesk-90",
+ if (!gtk_show_uri (screen, "help:gnome-help/sharing-desktop",
GDK_CURRENT_TIME, &error))
{
vino_util_show_error (_("Error displaying help"), error->message, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]