3b2553f Show source errors from refresh method

Authored and Committed by bcl 8 years ago
    Show source errors from refresh method
    
    Trying to display errors/warnings using gtk_call_once while the spoke is
    closed doesn't work. So instead cache them in self._error_msg and
    display them when refresh() is called.