[banshee: 36/61] [InternetArchive] Fix style issue with DetailsView



commit cf870bfcc0967ec4d093be8850beef35d4248661
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Oct 13 11:46:15 2009 -0700

    [InternetArchive] Fix style issue with DetailsView

 .../Banshee.InternetArchive/DetailsView.cs         |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs
index e8c5ec1..cd99db0 100644
--- a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs
+++ b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs
@@ -223,6 +223,8 @@ namespace Banshee.InternetArchive
             frame.Child = sw;
             frame.ShowAll ();
 
+            sw.Child.ModifyBg (StateType.Normal, Style.Base (StateType.Normal));
+            sw.Child.ModifyFg (StateType.Normal, Style.Text (StateType.Normal));
             StyleSet += delegate {
                 sw.Child.ModifyBg (StateType.Normal, Style.Base (StateType.Normal));
                 sw.Child.ModifyFg (StateType.Normal, Style.Text (StateType.Normal));



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