Main app: get rid of default plugin load exception message
authorTim Niemueller <niemueller@kbsg.rwth-aachen.de>
Tue, 26 Jan 2010 23:41:05 +0000 (00:41 +0100)
committerTim Niemueller <niemueller@kbsg.rwth-aachen.de>
Tue, 26 Jan 2010 23:41:05 +0000 (00:41 +0100)
commitfdb998ea4c3c2af61918980124666fec2881779d
tree960c0385ca585e0885e9228328dc788c38baf3b5
parent653eb7c546bab4873b199432c20bb0874b9b8964
Main app: get rid of default plugin load exception message

The first experience when running Fawkes is that you get an error
with the exception that the default plugin could not be loaded.
That has bugged me for long enough now. The PluginLoadException
can now report which plugin caused the exception, and the mainapp
ignores the plugin load exception now if the plugin which caused
this exception is "default". Exceptions other than
PluginLoadException are reported as before.
src/libs/plugin/loader.cpp
src/libs/plugin/loader.h
src/mainapp/main_thread.cpp