Refactor Gajim startup
- Move everything important for Startup into
do_startupwhere it belongs -
do_handle_local_optionshandles command options beforedo_startup -
do_command_linehandles command options afterdo_startupor options passed to Gajim when Gajim is already running. This means we can now change logging options on the fly without restarting Gajim - Move the whole startup related code back to
gajim.pyand get rid ofapplication.py