Merge lp:~arky/ubuntu/lucid/sysinfo/fix-524120 into lp:ubuntu/lucid/sysinfo

Proposed by arky
Status: Rejected
Rejected by: Thierry Carrez
Proposed branch: lp:~arky/ubuntu/lucid/sysinfo/fix-524120
Merge into: lp:ubuntu/lucid/sysinfo
Diff against target: 26 lines (+7/-1)
2 files modified
Sysinfo/Main.cs (+1/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~arky/ubuntu/lucid/sysinfo/fix-524120
Reviewer Review Type Date Requested Status
Thierry Carrez (community) Disapprove
Ubuntu branches Pending
Review via email: mp+19746@code.launchpad.net
To post a comment you must log in.
Revision history for this message
arky (arky) wrote :

Minor string fix bug 524120

Revision history for this message
Thierry Carrez (ttx) wrote :

Fixed in Maverick. Not worth a Lucid SRU IMO.

review: Disapprove

Unmerged revisions

20. By arky

Fixes string typo (LP: #524120)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Sysinfo/Main.cs'
2--- Sysinfo/Main.cs 2008-12-29 21:31:21 +0000
3+++ Sysinfo/Main.cs 2010-02-19 21:17:12 +0000
4@@ -830,7 +830,7 @@
5 //multimedia audio info - populate treestore
6 if ( hardware_info.multimedia_controller[0] != null ) {
7
8- soundcard_iter = soundcard_treestore.AppendValues ("Multmedia audio controller");
9+ soundcard_iter = soundcard_treestore.AppendValues ("Multimedia audio controller");
10 soundcard_treestore.AppendValues (soundcard_iter, hardware_info.multimedia_controller[0]);
11 if ( hardware_info.multimedia_controller[1] != null )
12 soundcard_treestore.AppendValues (soundcard_iter, "Subsystem: " + hardware_info.multimedia_controller[1]);
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2010-02-02 00:24:56 +0000
16+++ debian/changelog 2010-02-19 21:17:12 +0000
17@@ -1,3 +1,9 @@
18+sysinfo (0.7-3ubuntu2) lucid; urgency=low
19+
20+ * Fixes string typo (LP: #524120)
21+
22+ -- arky <rakesh_ambati@yahoo.com> Sat, 20 Feb 2010 02:33:29 +0530
23+
24 sysinfo (0.7-3ubuntu1) lucid; urgency=low
25
26 * Merge from Debian testing, remaining changes:

Subscribers

People subscribed via source and target branches

to all changes: