Merge lp:~codygarver/switchboard-plug-about/fix-1522165 into lp:~elementary-apps/switchboard-plug-about/trunk

Proposed by Cody Garver
Status: Merged
Approved by: Sam Hewitt
Approved revision: 349
Merged at revision: 349
Proposed branch: lp:~codygarver/switchboard-plug-about/fix-1522165
Merge into: lp:~elementary-apps/switchboard-plug-about/trunk
Diff against target: 25 lines (+2/-2)
2 files modified
CMakeLists.txt (+1/-1)
src/Plug.vala (+1/-1)
To merge this branch: bzr merge lp:~codygarver/switchboard-plug-about/fix-1522165
Reviewer Review Type Date Requested Status
Sam Hewitt Pending
Review via email: mp+281950@code.launchpad.net

Commit message

Change icon to dialog-information (lp:1522165)

To post a comment you must log in.
349. By Cody Garver

Change icon to dialog-information (lp:1522165)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2015-09-13 18:35:03 +0000
3+++ CMakeLists.txt 2016-01-08 03:25:15 +0000
4@@ -15,7 +15,7 @@
5 set (PLUGTITLE "About")
6 set (PLUGDESCRIPTION "About")
7 # The symbolic name of the Icon to use for the plug
8-set (PLUGICON "help-info")
9+set (PLUGICON "dialog-information")
10
11 project (${PLUGNAME})
12
13
14=== modified file 'src/Plug.vala'
15--- src/Plug.vala 2015-12-29 20:31:56 +0000
16+++ src/Plug.vala 2016-01-08 03:25:15 +0000
17@@ -40,7 +40,7 @@
18 code_name: "system-pantheon-about",
19 display_name: _("About"),
20 description: _("View operating system and hardware information"),
21- icon: "help-info");
22+ icon: "dialog-information");
23 }
24
25 public override Gtk.Widget get_widget () {

Subscribers

People subscribed via source and target branches

to all changes: