~ted/ubuntu/lucid/tomboy/with-patch

« back to all changes in this revision

Viewing changes to Tomboy/NoteManager.cs

Tags: upstream-0.9.8
Import upstream version 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
                                                    e.Message);
204
204
                                }
205
205
                        }
 
206
                        
 
207
                        notes.Sort (new CompareDates ());
206
208
 
207
209
                        // Update the trie so addins can access it, if they want.
208
210
                        trie_controller.Update ();