GNOME Bugzilla – Bug 637261
hamster-time-tracker crashes with TypeError in on_workspace_changed() when switching workspaces (typo)
Last modified: 2011-05-21 14:00:12 UTC
When switching workspaces (with some workspace related config enabled at least), the following traceback gets thrown: Traceback (most recent call last):
+ Trace 225133
ressurect = False)
This is a typo. It should be "resurrect". It's typed wrong 3 times in current git master: (git)master % ack-grep ressurect hamster/applet.py 609: ressurect = False) hamster/widgets/activityentry.py 110: # ressurect the activity if it's deleted (hidden) hamster-time-tracker 344: ressurect = False) This happened with the version 2.31.92-0ubuntu2 in Ubuntu Maverick. Forwarded from: https://bugs.launchpad.net/ubuntu/+source/hamster-applet/+bug/690366
Created attachment 181902 [details] [review] Fix typos.
Review of attachment 181902 [details] [review]: committed
thanks! pushed to git master