banshee r5153 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Sources.Gui
- From: jmillikin svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r5153 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Sources.Gui
- Date: Sat, 21 Mar 2009 01:44:02 +0000 (UTC)
Author: jmillikin
Date: Sat Mar 21 01:44:02 2009
New Revision: 5153
URL: http://svn.gnome.org/viewvc/banshee?rev=5153&view=rev
Log:
2009-03-20 John Millikin <jmillikin gmail com>
* src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs:
Remove parentheses around track count in sources lists. (BGO #561339)
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs Sat Mar 21 01:44:02 2009
@@ -163,7 +163,7 @@
if (!hide_counts) {
count_layout = new Pango.Layout (widget.PangoContext);
count_layout.FontDescription = fd;
- count_layout.SetMarkup (String.Format ("<span size=\"small\">({0})</span>", source.Count));
+ count_layout.SetMarkup (String.Format ("<span size=\"small\">{0}</span>", source.Count));
count_layout.GetPixelSize (out count_layout_width, out count_layout_height);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]