[banshee] [DataViewChildAlbum] Remove unnecessary property set calls



commit 32dd998948e0496a02612aa721181bc76253e1fe
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Oct 26 17:48:08 2010 -0500

    [DataViewChildAlbum] Remove unnecessary property set calls

 .../Banshee.Collection.Gui/DataViewChildAlbum.cs   |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/DataViewChildAlbum.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/DataViewChildAlbum.cs
index 27377fc..b4e0f53 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/DataViewChildAlbum.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/DataViewChildAlbum.cs
@@ -57,7 +57,6 @@ namespace Banshee.Collection.Gui
             Children.Add (
                 new TextBlock () {
                     Binder = new Hyena.Data.ObjectBinder () { Property = "DisplayTitle" },
-                    EllipsizeMode = Pango.EllipsizeMode.End,
                     UseMarkup = true,
                     TextFormat = "<small>{0}</small>",
                 }
@@ -65,7 +64,6 @@ namespace Banshee.Collection.Gui
             Children.Add (
                 new TextBlock () {
                     Binder = new Hyena.Data.ObjectBinder () { Property = "DisplayArtistName" },
-                    EllipsizeMode = Pango.EllipsizeMode.End,
                     UseMarkup = true,
                     // TODO hide for 'All Artists'
                     TextFormat = "<small>{0}</small>",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]