Merge lp:~carcohoma/switchboard-plug-about/switchboard-plug-about into lp:~elementary-apps/switchboard-plug-about/trunk

Proposed by Carc
Status: Merged
Approved by: Raphael Isemann
Approved revision: 99
Merged at revision: 99
Proposed branch: lp:~carcohoma/switchboard-plug-about/switchboard-plug-about
Merge into: lp:~elementary-apps/switchboard-plug-about/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/about-plug.vala (+1/-1)
To merge this branch: bzr merge lp:~carcohoma/switchboard-plug-about/switchboard-plug-about
Reviewer Review Type Date Requested Status
Raphael Isemann (community) Approve
Review via email: mp+165834@code.launchpad.net

Commit message

Trim empty space before Graphics Card Driver name to fix bug #1183302.

Description of the change

trim empty space before Graphics Card Driver name

To post a comment you must log in.
Revision history for this message
Raphael Isemann (teemperor) wrote :

Looks good for me, thanks for the patch :)

review: Approve
Revision history for this message
Carc (carcohoma) wrote :

Always a pleasure helping elementary :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/about-plug.vala'
2--- src/about-plug.vala 2013-05-18 10:48:46 +0000
3+++ src/about-plug.vala 2013-05-27 08:01:27 +0000
4@@ -188,7 +188,7 @@
5 warning("Unknown lspci format: "+parts[0]+parts[1]);
6 result = _("Unknown"); //set back to unkown
7 }
8- return result;
9+ return result.strip ();
10 }
11
12 // Wires up and configures initial UI

Subscribers

People subscribed via source and target branches

to all changes: