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
=== modified file 'data/org.pantheon.security-privacy.policy.cmake'
--- data/org.pantheon.security-privacy.policy.cmake 2014-04-20 23:23:14 +0000
+++ data/org.pantheon.security-privacy.policy.cmake 2014-08-09 18:24:18 +0000
@@ -8,7 +8,7 @@
88
9 <action id="org.pantheon.security-privacy">9 <action id="org.pantheon.security-privacy">
10 <message gettext-domain="@GETTEXT_PACKAGE@">Authentication is required to run the Firewall Configuration</message>10 <message gettext-domain="@GETTEXT_PACKAGE@">Authentication is required to run the Firewall Configuration</message>
11 <icon_name>activity-log-manager</icon_name>11 <icon_name>preferences-system-privacy</icon_name>
12 <defaults>12 <defaults>
13 <allow_any>no</allow_any>13 <allow_any>no</allow_any>
14 <allow_inactive>no</allow_inactive>14 <allow_inactive>no</allow_inactive>
@@ -17,4 +17,4 @@
17 <annotate key="org.freedesktop.policykit.exec.path">@PKGDATADIR@/security-privacy-plug-helper</annotate>17 <annotate key="org.freedesktop.policykit.exec.path">@PKGDATADIR@/security-privacy-plug-helper</annotate>
18 </action>18 </action>
1919
20</policyconfig>20</policyconfig>
21\ No newline at end of file21\ No newline at end of file
2222
=== modified file 'data/pantheon-security-privacy-plug.desktop'
--- data/pantheon-security-privacy-plug.desktop 2014-04-24 13:01:56 +0000
+++ data/pantheon-security-privacy-plug.desktop 2014-08-09 18:24:18 +0000
@@ -2,11 +2,11 @@
2Name=Security & Privacy2Name=Security & Privacy
3Comment=Privacy and Activity Manager3Comment=Privacy and Activity Manager
4Exec=switchboard -o pantheon-security-privacy4Exec=switchboard -o pantheon-security-privacy
5Icon=activity-log-manager5Icon=preferences-system-privacy
6Terminal=false6Terminal=false
7Type=Application7Type=Application
8StartupNotify=true8StartupNotify=true
9Categories=GNOME;GTK;Settings;X-PANTHEON-Switchboard-Plugs;PersonalSettings9Categories=GNOME;GTK;Settings;X-PANTHEON-Switchboard-Plugs;PersonalSettings
10OnlyShowIn=Pantheon;10OnlyShowIn=Pantheon;
11Keywords=Lock;Track;Firewall;ufw;11Keywords=Lock;Track;Firewall;ufw;
12X-GNOME-Gettext-Domain=pantheon-security-privacy-plug12X-GNOME-Gettext-Domain=pantheon-security-privacy-plug
13\ No newline at end of file13\ No newline at end of file
1414
=== modified file 'src/Plug.vala'
--- src/Plug.vala 2014-07-30 17:22:05 +0000
+++ src/Plug.vala 2014-08-09 18:24:18 +0000
@@ -34,7 +34,7 @@
34 code_name: Build.PLUGCODENAME,34 code_name: Build.PLUGCODENAME,
35 display_name: _("Security & Privacy"),35 display_name: _("Security & Privacy"),
36 description: _("Privacy and Activity Manager"),36 description: _("Privacy and Activity Manager"),
37 icon: "activity-log-manager");37 icon: "preferences-system-privacy");
38 plug = this;38 plug = this;
39 }39 }
4040
@@ -127,4 +127,4 @@
127 debug ("Activating Security & Privacy plug");127 debug ("Activating Security & Privacy plug");
128 var plug = new SecurityPrivacy.Plug ();128 var plug = new SecurityPrivacy.Plug ();
129 return plug;129 return plug;
130}130}
131\ No newline at end of file131\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: