Skip to content

Commit

Permalink
Add star to session.rb#edit_task & session.rb#add_task
Browse files Browse the repository at this point in the history
git-svn-id: http://toodledo.rubyforge.org/svn/trunk@84 7a1d1287-79c4-4140-ad4e-221ab6fece8c
  • Loading branch information
wsargent committed Jan 28, 2009
1 parent 5d1ce05 commit 326c19a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/toodledo/session.rb
Expand Up @@ -574,6 +574,9 @@ def edit_task(id, params = {})
# Handle completion.
handle_boolean(myhash, params, :completed)

# Handle star
handle_boolean(myhash, params, :star)

# repeat: use the map to change from the symbol to the raw numeric value.
handle_repeat(myhash, params)

Expand Down

0 comments on commit 326c19a

Please sign in to comment.