Merge lp:~jbicha/activity-log-manager/add-help-link into lp:activity-log-manager

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 79
Proposed branch: lp:~jbicha/activity-log-manager/add-help-link
Merge into: lp:activity-log-manager
Diff against target: 24 lines (+11/-0)
1 file modified
src/alm-cc.c (+11/-0)
To merge this branch: bzr merge lp:~jbicha/activity-log-manager/add-help-link
Reviewer Review Type Date Requested Status
Manish Sinha (मनीष सिन्हा) Approve
Review via email: mp+174292@code.launchpad.net

Description of the change

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.)

To post a comment you must log in.
Revision history for this message
Manish Sinha (मनीष सिन्हा) (manishsinha) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/alm-cc.c'
2--- src/alm-cc.c 2013-06-28 16:24:00 +0000
3+++ src/alm-cc.c 2013-07-11 21:01:23 +0000
4@@ -45,9 +45,20 @@
5 {
6 }
7
8+static const char *
9+alm_main_window_panel_get_help_uri (CcPanel *panel)
10+{
11+ return "help:ubuntu-help/privacy";
12+}
13+
14 static void
15 alm_main_window_panel_class_init (AlmMainWindowPanelClass *klass)
16 {
17+ CcPanelClass *panel_class = CC_PANEL_CLASS (klass);
18+
19+ /* Disabled until http://pad.lv/1200381 is fixed
20+ panel_class->get_help_uri = alm_main_window_panel_get_help_uri;
21+ */
22 }
23
24 static void

Subscribers

People subscribed via source and target branches