[gnome-control-center] Fix help links for gnome-help 3.1*



commit 8afbc4ddc6698d0a413ec4afc47839457c19b797
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Tue Sep 6 09:28:58 2011 -0400

    Fix help links for gnome-help 3.1*
    
    gnome-help 3.1.1 and higher uses the help: protocol with a slash
    instead of the ghelp: protocol with a question mark

 panels/color/color.ui                     |    2 +-
 panels/user-accounts/um-password-dialog.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/color/color.ui b/panels/color/color.ui
index 9c2ea05..1c8e94a 100644
--- a/panels/color/color.ui
+++ b/panels/color/color.ui
@@ -209,7 +209,7 @@
                 <property name="use_action_appearance">False</property>
                 <property name="relief">none</property>
                 <property name="xalign">0.50999999046325684</property>
-                <property name="uri">ghelp:gnome-help?color-whyimportant</property>
+                <property name="uri">help:gnome-help/color-whyimportant</property>
               </object>
               <packing>
                 <property name="expand">False</property>
diff --git a/panels/user-accounts/um-password-dialog.c b/panels/user-accounts/um-password-dialog.c
index 76beced..5bd652b 100644
--- a/panels/user-accounts/um-password-dialog.c
+++ b/panels/user-accounts/um-password-dialog.c
@@ -655,7 +655,7 @@ um_password_dialog_new (void)
         widget = (GtkWidget *) gtk_builder_get_object (builder, "password-normal-strength-hints-label");
         old_label = gtk_label_get_label (GTK_LABEL (widget));
         label = g_strdup_printf ("<a href=\"%s\">%s</a>",
-                                 "ghelp:gnome-help?user-goodpassword",
+                                 "help:gnome-help/user-goodpassword",
                                  old_label);
         gtk_label_set_markup (GTK_LABEL (widget), label);
         g_free (label);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]