[banshee] [SourceActions] Edit the name of a newly added playlist (bgo#628909)



commit 60ddc79e76ddaa1c967e850e128067827581c5c4
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Wed Sep 8 13:05:11 2010 +1000

    [SourceActions] Edit the name of a newly added playlist (bgo#628909)

 .../Banshee.Gui/SourceActions.cs                   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
index 33562fa..3a66ad6 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
@@ -177,7 +177,7 @@ namespace Banshee.Gui
             playlist.Save ();
             playlist.PrimarySource.AddChildSource (playlist);
             playlist.NotifyUser ();
-            //SourceView.BeginRenameSource (playlist);
+            SourceView.BeginRenameSource (playlist);
         }
 
 



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