Merge lp:~elementary-pantheon/switchboard-plug-useraccounts/prefs-spec into lp:~elementary-pantheon/switchboard-plug-useraccounts/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Corentin Noël
Approved revision: 263
Merged at revision: 263
Proposed branch: lp:~elementary-pantheon/switchboard-plug-useraccounts/prefs-spec
Merge into: lp:~elementary-pantheon/switchboard-plug-useraccounts/trunk
Diff against target: 19 lines (+4/-1)
1 file modified
src/Plug.vala (+4/-1)
To merge this branch: bzr merge lp:~elementary-pantheon/switchboard-plug-useraccounts/prefs-spec
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+313270@code.launchpad.net

Commit message

Implement Preferences URL Specification

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Plug.vala'
2--- src/Plug.vala 2015-12-20 04:14:01 +0000
3+++ src/Plug.vala 2016-12-14 20:04:11 +0000
4@@ -31,11 +31,14 @@
5 public const string policy_message = _("Authentication is required to change user data");
6
7 public UserAccountsPlug () {
8+ var settings = new Gee.TreeMap<string, string?> (null, null);
9+ settings.set ("accounts", "null");
10 Object (category: Category.SYSTEM,
11 code_name: "system-pantheon-useraccounts",
12 display_name: _("User Accounts"),
13 description: _("Manage account permissions and configure user names, passwords, and photos"),
14- icon: "system-users");
15+ icon: "system-users",
16+ supported_settings: settings);
17
18 plug = this;
19 }

Subscribers

People subscribed via source and target branches