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
=== modified file 'Sysinfo/Main.cs'
--- Sysinfo/Main.cs 2008-12-29 21:31:21 +0000
+++ Sysinfo/Main.cs 2010-02-19 21:17:12 +0000
@@ -830,7 +830,7 @@
830 //multimedia audio info - populate treestore830 //multimedia audio info - populate treestore
831 if ( hardware_info.multimedia_controller[0] != null ) {831 if ( hardware_info.multimedia_controller[0] != null ) {
832 832
833 soundcard_iter = soundcard_treestore.AppendValues ("Multmedia audio controller");833 soundcard_iter = soundcard_treestore.AppendValues ("Multimedia audio controller");
834 soundcard_treestore.AppendValues (soundcard_iter, hardware_info.multimedia_controller[0]);834 soundcard_treestore.AppendValues (soundcard_iter, hardware_info.multimedia_controller[0]);
835 if ( hardware_info.multimedia_controller[1] != null )835 if ( hardware_info.multimedia_controller[1] != null )
836 soundcard_treestore.AppendValues (soundcard_iter, "Subsystem: " + hardware_info.multimedia_controller[1]);836 soundcard_treestore.AppendValues (soundcard_iter, "Subsystem: " + hardware_info.multimedia_controller[1]);
837837
=== modified file 'debian/changelog'
--- debian/changelog 2010-02-02 00:24:56 +0000
+++ debian/changelog 2010-02-19 21:17:12 +0000
@@ -1,3 +1,9 @@
1sysinfo (0.7-3ubuntu2) lucid; urgency=low
2
3 * Fixes string typo (LP: #524120)
4
5 -- arky <rakesh_ambati@yahoo.com> Sat, 20 Feb 2010 02:33:29 +0530
6
1sysinfo (0.7-3ubuntu1) lucid; urgency=low7sysinfo (0.7-3ubuntu1) lucid; urgency=low
28
3 * Merge from Debian testing, remaining changes: 9 * Merge from Debian testing, remaining changes:

Subscribers

People subscribed via source and target branches

to all changes: