summaryrefslogtreecommitdiff
path: root/rdbmaker
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-02-10 14:12:17 +0100
committerPetr Mladek <pmladek@suse.cz>2012-02-14 16:02:00 +0100
commitd5d32eb755c8a53292acbf0648fb82baf6729d8a (patch)
tree4408ac5104cbd1363659bc1753ab3d5994f02fdc /rdbmaker
parent66cf06ebdd4eeb95e801de114af06b49119fc7fe (diff)
fdo#40261: Fix crash in XML Form Document.
The data structure holding the UI elements in the browser listbox was a terrible mess - it held the items in an unordered_map, but then accessed them via a vector containing iterators to this unordered_map. Fixed the problem (and cleaned all this up) by removing the vector of iterators, and turning the unordered_map into a normal vector. When we need access by name, we just go through all the items; it is always just a handful of them anyway. Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'rdbmaker')
0 files changed, 0 insertions, 0 deletions