Nic0 / tyrs

Twitter and Identica client using curses
http://tyrs.nicosphere.net
61 stars 10 forks source link

Clear stopped working in last pull #22

Closed diegoxter closed 13 years ago

diegoxter commented 13 years ago

When I hit the clear shortcut, tyrs die with a:

Traceback (most recent call last): File "/usr/bin/tyrs", line 13, in tyrs.tyrs.start() File "/usr/lib/python2.7/site-packages/tyrs/tyrs.py", line 79, in start curses.wrapper(main) File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper return func(stdscr, _args, *_kwds) File "/usr/lib/python2.7/site-packages/tyrs/tyrs.py", line 51, in main keybinding.handleKeyBinding() File "/usr/lib/python2.7/site-packages/tyrs/keyBinding.py", line 203, in handleKeyBinding self.clear() File "/usr/lib/python2.7/site-packages/tyrs/keyBinding.py", line 71, in clear self.ui.clearStatuses() File "/usr/lib/python2.7/site-packages/tyrs/uiTyrs.py", line 369, in clearStatuses self.countStatuses() TypeError: countStatuses() takes exactly 2 arguments (1 given)

Only killing it make it disappear

Nic0 commented 13 years ago

Fixed, sorry about the delay.