Revision aa7fb52...
Go back to digest for 11th November 2012Bug Fixes in Office
Boudewijn Rempt committed changes in [calligra/krita-sketch-rempt] /main:
Fix filter selection dialog
Of course, when this dialog pops up, it's too late anyway, but that's
no reason to let it be buggy: it used a stringlist and a listwidget.
The list widget's contents got sorted, changing the order. Then the current
item's index was used to index the stringlist, which meant we would return
the wrong mimetype. Store the mimetype as user data in the listwidgetitem
instead.
File Changes
Modified 2 files
- /main
- libs/KoFilterManager.cpp
- libs/KoFilterManager_p.cpp
2 files changed in total