Ticket #4627: 4627-workaround.patch

File 4627-workaround.patch, 495 bytes (added by quozl, 10 years ago)
  • /home/olpc/Activities/Terminal.activity/terminal.py

    old new  
    421421                return True
    422422
    423423            page = self._notebook.get_nth_page(i)
    424             text, attr = page.vt.get_text(is_selected, None)
     424            things = {}
     425            text, attr = page.vt.get_text(is_selected, things)
    425426
    426427            scrollback_lines = text.split('\n')
    427428