Revision 4ace555...

Go back to digest for 30th October 2011

Bug Fixes in Utilities

Vishesh Handa committed changes in [notably] /:

Fix the new note screwing up the model index bug

This is/was a super annoying bug that would cause the wrong index,
to be given after a new note was added. All the model indexes were
off by 1.

I still haven't figured out why this was happening, but I've hacked
around it. This fix is horribly in-efficient and recreates the entire
model each time a new note is added.

File Changes

Modified 3 files
  •   src/notesmodel.cpp
  •   src/notesmodel.h
  •   src/sidebar.cpp
3 files changed in total