diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index 93a83b1..4bc7b06 100755 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -1041,6 +1041,7 @@ def main(): urwid.set_encoding('utf8') ui.run_wrapper(run) +@wrap_exceptions def run(): global loop loop = gobject.MainLoop()