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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user