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

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

Commit message

Implement Preferences URL spec

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
=== modified file 'src/Plug.vala'
--- src/Plug.vala 2016-10-24 17:23:12 +0000
+++ src/Plug.vala 2016-12-13 19:42:07 +0000
@@ -31,12 +31,16 @@
31 private Gtk.Stack stack;31 private Gtk.Stack stack;
3232
33 public ApplicationsPlug () {33 public ApplicationsPlug () {
34 var settings = new Gee.TreeMap<string, string?> (null, null);
35 settings.set ("applications", "null");
36 settings.set ("applications/defaults", DEFAULTS);
37 settings.set ("applications/startup", STARTUP);
34 Object (category: Category.PERSONAL,38 Object (category: Category.PERSONAL,
35 code_name: "personal-pantheon-applications",39 code_name: "personal-pantheon-applications",
36 display_name: _("Applications"),40 display_name: _("Applications"),
37 description: _("Manage default and startup applications"),41 description: _("Manage default and startup applications"),
38 icon: "preferences-desktop-applications");42 icon: "preferences-desktop-applications",
3943 supported_settings: settings);
40 defaults_plug = new Defaults.Plug ();44 defaults_plug = new Defaults.Plug ();
41 startup_plug = new Startup.Plug ();45 startup_plug = new Startup.Plug ();
42 }46 }

Subscribers

People subscribed via source and target branches