Merge lp:~codygarver/switchboard-plug-security-privacy/fix-1343677 into lp:~elementary-apps/switchboard-plug-security-privacy/trunk

Proposed by Cody Garver
Status: Merged
Approved by: Danielle Foré
Approved revision: 66
Merged at revision: 66
Proposed branch: lp:~codygarver/switchboard-plug-security-privacy/fix-1343677
Merge into: lp:~elementary-apps/switchboard-plug-security-privacy/trunk
Diff against target: 58 lines (+6/-6)
3 files modified
data/org.pantheon.security-privacy.policy.cmake (+2/-2)
data/pantheon-security-privacy-plug.desktop (+2/-2)
src/Plug.vala (+2/-2)
To merge this branch: bzr merge lp:~codygarver/switchboard-plug-security-privacy/fix-1343677
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+230213@code.launchpad.net

Commit message

Change icon activity-log-manager to preferences-system-privacy

To post a comment you must log in.
Revision history for this message
Danielle Foré (danrabbit) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/org.pantheon.security-privacy.policy.cmake'
2--- data/org.pantheon.security-privacy.policy.cmake 2014-04-20 23:23:14 +0000
3+++ data/org.pantheon.security-privacy.policy.cmake 2014-08-09 18:24:18 +0000
4@@ -8,7 +8,7 @@
5
6 <action id="org.pantheon.security-privacy">
7 <message gettext-domain="@GETTEXT_PACKAGE@">Authentication is required to run the Firewall Configuration</message>
8- <icon_name>activity-log-manager</icon_name>
9+ <icon_name>preferences-system-privacy</icon_name>
10 <defaults>
11 <allow_any>no</allow_any>
12 <allow_inactive>no</allow_inactive>
13@@ -17,4 +17,4 @@
14 <annotate key="org.freedesktop.policykit.exec.path">@PKGDATADIR@/security-privacy-plug-helper</annotate>
15 </action>
16
17-</policyconfig>
18+</policyconfig>
19\ No newline at end of file
20
21=== modified file 'data/pantheon-security-privacy-plug.desktop'
22--- data/pantheon-security-privacy-plug.desktop 2014-04-24 13:01:56 +0000
23+++ data/pantheon-security-privacy-plug.desktop 2014-08-09 18:24:18 +0000
24@@ -2,11 +2,11 @@
25 Name=Security & Privacy
26 Comment=Privacy and Activity Manager
27 Exec=switchboard -o pantheon-security-privacy
28-Icon=activity-log-manager
29+Icon=preferences-system-privacy
30 Terminal=false
31 Type=Application
32 StartupNotify=true
33 Categories=GNOME;GTK;Settings;X-PANTHEON-Switchboard-Plugs;PersonalSettings
34 OnlyShowIn=Pantheon;
35 Keywords=Lock;Track;Firewall;ufw;
36-X-GNOME-Gettext-Domain=pantheon-security-privacy-plug
37+X-GNOME-Gettext-Domain=pantheon-security-privacy-plug
38\ No newline at end of file
39
40=== modified file 'src/Plug.vala'
41--- src/Plug.vala 2014-07-30 17:22:05 +0000
42+++ src/Plug.vala 2014-08-09 18:24:18 +0000
43@@ -34,7 +34,7 @@
44 code_name: Build.PLUGCODENAME,
45 display_name: _("Security & Privacy"),
46 description: _("Privacy and Activity Manager"),
47- icon: "activity-log-manager");
48+ icon: "preferences-system-privacy");
49 plug = this;
50 }
51
52@@ -127,4 +127,4 @@
53 debug ("Activating Security & Privacy plug");
54 var plug = new SecurityPrivacy.Plug ();
55 return plug;
56-}
57+}
58\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: