[banshee/gtk3] InternetArchive: Use StateFlags instead of StateType



commit 896ccbaaa0b5937aaed8b72085ba5cd82d08c34e
Author: Olivier Dufour <olivier duff gmail com>
Date:   Sun Jul 17 21:11:44 2011 +0200

    InternetArchive: Use StateFlags instead of StateType

 .../Banshee.InternetArchive/DetailsView.cs         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs
index a31df91..8f10ace 100644
--- a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs
+++ b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs
@@ -147,7 +147,7 @@ namespace Banshee.InternetArchive
                 Box.PackStart (arrow, false, false, 0);
                 Box.PackStart (label, true, true, 0);
 
-                State = StateType.Selected;
+                this.SetStateFlags (StateFlags.Selected, true);
 
                 bool changing_style = false;
                 StyleSet += (o, a) => {



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