+ Fixed bug #783, which fixes completed and deleted tasks still showing as
  active (thanks to Adam Wolk).
This commit is contained in:
Paul Beckingham 2011-06-07 01:21:05 -04:00
parent 7c910e46be
commit 90f6f537fe
6 changed files with 21 additions and 29 deletions

View file

@ -77,8 +77,8 @@ private:
void determineDataLocation ();
void createDefaultConfig ();
void loadAliases ();
void autoFilter (Att&, Filter&);
void autoFilter (Filter&);
// void autoFilter (Att&, Filter&);
// void autoFilter (Filter&);
void updateXtermTitle ();
public:
@ -90,23 +90,9 @@ public:
Directory extension_dir;
Config config;
/*
Filter filter; // TODO Obsolete
Sequence sequence; // TODO Obsolete
Subst subst; // TODO Obsolete
Task task; // TODO Obsolete
*/
TDB tdb; // TODO Obsolete
TDB2 tdb2;
/*
std::string file_override;
std::string var_overrides;
*/
std::map <std::string, std::string> aliases;
/*
std::vector <std::string> tagAdditions; // TODO Obsolete
std::vector <std::string> tagRemovals; // TODO Obsolete
*/
Hooks hooks;
DOM dom;