diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-07-25 12:52:23 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-07-25 12:52:23 +0200 |
commit | 58afcb80014d14ab95a031e19bdc11664c8a1d5b (patch) | |
tree | a105248f8fc7ffd24e878936b8b24259effd38b6 /examples/unityqmlmenumodel.qml | |
parent | 57f5b0730a9f001201458d2759797bba17cabaef (diff) | |
download | qmenumodel-58afcb80014d14ab95a031e19bdc11664c8a1d5b.tar.gz qmenumodel-58afcb80014d14ab95a031e19bdc11664c8a1d5b.tar.bz2 qmenumodel-58afcb80014d14ab95a031e19bdc11664c8a1d5b.zip |
Fix crash in UnityMenuModel::menuItemChanged
menuItemInserted set the iter _after_ the one that was just inserted as qdata.
This is (a) wrong and (b) leads to the end iter being in there in some cases.
menuItemChanged can't deal with that (it calls g_sequence_get() without
checking for the end iter).
Diffstat (limited to 'examples/unityqmlmenumodel.qml')
0 files changed, 0 insertions, 0 deletions