[banshee] [DapContent] Fix bug with name not getting updated



commit 8084edf62e0ed2f0a67fb9ddc0973f91e1273ce7
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sun Dec 13 21:09:41 2009 -0800

    [DapContent] Fix bug with name not getting updated

 src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapContent.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapContent.cs b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapContent.cs
index 99b1f6d..efacfad 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapContent.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapContent.cs
@@ -160,7 +160,7 @@ namespace Banshee.Dap.Gui
 
         private void OnPropertyChanged (object o, PropertyChangeEventArgs args)
         {
-            if (args.PropertyName == "UnmapSourceActionLabel")
+            if (args.PropertyName == "Name")
                 SetTitleText (args.NewValue.ToString ());
         }
 



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