A first try at error handling in the Downloader
authorIngo Ruhnke <grumbel@gmail.com>
Tue, 26 Aug 2014 20:30:22 +0000 (22:30 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Tue, 26 Aug 2014 22:57:46 +0000 (00:57 +0200)
commit84c71f11f1e47729777d6ad783f4d30b5894d7bc
tree7366d157f29f740dfbd7aebababd44561341723e
parentd6220ed0019631cbc1f007a917742e60812d14e6
A first try at error handling in the Downloader

This isn't fully working, as skipping the .then() callbacks skips over
important cleanup and leads to failure further down the line.
src/addon/downloader.cpp
src/addon/downloader.hpp
src/gui/menu_manager.cpp