banshee r4040 - in trunk/banshee: .	src/Libraries/Hyena/Hyena.Collections
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4040 - in trunk/banshee: .	src/Libraries/Hyena/Hyena.Collections
- Date: Fri, 30 May 2008 17:41:34 +0000 (UTC)
Author: gburt
Date: Fri May 30 17:41:34 2008
New Revision: 4040
URL: http://svn.gnome.org/viewvc/banshee?rev=4040&view=rev
Log:
2008-05-30  Gabriel Burt  <gabriel burt gmail com>
	* src/Libraries/Hyena/Hyena.Collections/Selection.cs: Don't clear the
	FocusedIndex when we clear the selection - they shouldn't be so tightly
	linked.  Fixes bug with pressing enter not playing the focused song.
	Fixes BGO #535587.
Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Libraries/Hyena/Hyena.Collections/Selection.cs
Modified: trunk/banshee/src/Libraries/Hyena/Hyena.Collections/Selection.cs
==============================================================================
--- trunk/banshee/src/Libraries/Hyena/Hyena.Collections/Selection.cs	(original)
+++ trunk/banshee/src/Libraries/Hyena/Hyena.Collections/Selection.cs	Fri May 30 17:41:34 2008
@@ -154,8 +154,6 @@
         
         public void Clear (bool raise)
         {
-            focused_index = -1;
-            
             if (ranges.Count <= 0) {
                 return;
             }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]