[banshee] [ThickClient] Fix typo in TrackInfoDisplay



commit f6e4b67b6e02cd39b58f5409b5ae98dacd4c6058
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri May 14 16:12:15 2010 -0700

    [ThickClient] Fix typo in TrackInfoDisplay

 .../Banshee.Gui.Widgets/TrackInfoDisplay.cs        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs
index d51c207..fefaf87 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs
@@ -112,7 +112,7 @@ namespace Banshee.Gui.Widgets
         public TrackInfoDisplay ()
         {
             MissingAudioIconName = "audio-x-generic";
-            MissingAudioIconName = "video-x-generic";
+            MissingVideoIconName = "video-x-generic";
             stage.Iteration += OnStageIteration;
 
             if (ServiceManager.Contains<ArtworkManager> ()) {



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