Jeremy Bicha has proposed merging lp:~jbicha/activity-log-manager/add-help-link 
into lp:activity-log-manager.

Requested reviews:
  Activity Log Manager (activity-log-manager)

For more details, see:
https://code.launchpad.net/~jbicha/activity-log-manager/add-help-link/+merge/174292

This will make it easy to enable once bug 1200381 is fixed.

(This modifies the generic help link provided in the top menu bar and 
keyboard-accessible with F1.)
-- 
https://code.launchpad.net/~jbicha/activity-log-manager/add-help-link/+merge/174292
Your team Activity Log Manager is requested to review the proposed merge of 
lp:~jbicha/activity-log-manager/add-help-link into lp:activity-log-manager.
=== modified file 'src/alm-cc.c'
--- src/alm-cc.c	2013-06-28 16:24:00 +0000
+++ src/alm-cc.c	2013-07-11 21:01:23 +0000
@@ -45,9 +45,20 @@
 {
 }
 
+static const char *
+alm_main_window_panel_get_help_uri (CcPanel *panel)
+{
+  return "help:ubuntu-help/privacy";
+}
+
 static void
 alm_main_window_panel_class_init (AlmMainWindowPanelClass *klass)
 {
+  CcPanelClass *panel_class = CC_PANEL_CLASS (klass);
+
+  /* Disabled until http://pad.lv/1200381 is fixed
+  panel_class->get_help_uri = alm_main_window_panel_get_help_uri;
+  */
 }
 
 static void

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to