tomboy r1918 - in trunk: . Tomboy



Author: sharm
Date: Sun Mar  2 02:09:37 2008
New Revision: 1918
URL: http://svn.gnome.org/viewvc/tomboy?rev=1918&view=rev

Log:
* Tomboy/NoteManager.cs: Sort the notes list after initially loading
  all notes.  Fixes bug #519042.

Modified:
   trunk/ChangeLog
   trunk/Tomboy/NoteManager.cs

Modified: trunk/Tomboy/NoteManager.cs
==============================================================================
--- trunk/Tomboy/NoteManager.cs	(original)
+++ trunk/Tomboy/NoteManager.cs	Sun Mar  2 02:09:37 2008
@@ -203,6 +203,8 @@
 					            e.Message);
 				}
 			}
+			
+			notes.Sort (new CompareDates ());
 
 			// Update the trie so addins can access it, if they want.
 			trie_controller.Update ();



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