Moved the complete checkbox to completed, made a new complete checkbox.

Fixed bug with category helper not being reset.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@932 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-11-12 23:00:15 +00:00
parent d45494e867
commit 818c3a7682
4 changed files with 11 additions and 2 deletions
@@ -1,5 +1,5 @@
//
// $Id: index.java,v 1.6 2002/11/12 22:50:54 mdb Exp $
// $Id: index.java,v 1.7 2002/11/12 23:00:14 mdb Exp $
package com.samskivert.twodue.logic;
@@ -212,6 +212,12 @@ public class index extends UserLogic
return true;
}
}
public void clear ()
{
_category = null;
}
protected String _category;
}
}