[gnome-control-center] online-accounts: Add get_help_uri() implementation



commit 4b72311259b474f481aac1af526f7c99caac0405
Author: Florian MÃllner <fmuellner gnome org>
Date:   Fri May 18 17:05:25 2012 +0200

    online-accounts: Add get_help_uri() implementation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675471

 panels/online-accounts/cc-online-accounts-panel.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/panels/online-accounts/cc-online-accounts-panel.c b/panels/online-accounts/cc-online-accounts-panel.c
index 94d1bea..ad093ca 100644
--- a/panels/online-accounts/cc-online-accounts-panel.c
+++ b/panels/online-accounts/cc-online-accounts-panel.c
@@ -202,9 +202,18 @@ goa_panel_init (GoaPanel *panel)
   gtk_widget_show_all (w);
 }
 
+static const char *
+goa_panel_get_help_uri (CcPanel *panel)
+{
+  return "help:gnome-help/accounts";
+}
+
 static void
 goa_panel_class_init (GoaPanelClass *klass)
 {
+  CcPanelClass *panel_class = CC_PANEL_CLASS (klass);
+
+  panel_class->get_help_uri = goa_panel_get_help_uri;
 }
 
 static void



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