fixing LP#247907 and answer#38895

correct typo in terminatorlib/terminatorterm.py
This commit is contained in:
Emmanuel Bretelle 2008-07-12 16:26:33 +01:00
parent 9d97e21aa8
commit cd3013389d
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ text/plain
self._vte.set_background_transparent (False)
# Set our cursor blinkiness
self._vte.set_cursor_blinks = (self.conf.cursor_blink)
self._vte.set_cursor_blinks (self.conf.cursor_blink)
# Set our audible belliness
silent_bell = self.conf.silent_bell