hmm, update TODO accurately

SVN revision: 13219
This commit is contained in:
handyande 2005-02-07 12:06:06 +00:00 committed by handyande
parent f599d7e5df
commit f8e536b96e
3 changed files with 5 additions and 2 deletions

1
TODO
View File

@ -30,7 +30,6 @@ Current freeze issues are:
ISSUES:
* ibar, temp and battery modules should only make 1 gadget per container and allow u to enable/disable that gadget on that container (like clock)
* pager needs option to turn each face off
* pager needs to be able to split off each desk in a zone it a different gadget
* pager right click menu needs to do a lot more
* gadman gadget menu needs icons :)

View File

@ -6,7 +6,7 @@
/* TODO List:
*
* should support proepr resize and move handles in the edje.
* save the visible flag for each face
*
*/

View File

@ -4,6 +4,10 @@
#include "e.h"
#include "e_mod_main.h"
/* TODO
* save the visible flag for each face
*/
/* module private routines */
static Evas_List *_pager_init(E_Module *module);
static void _pager_shutdown(Evas_List *pagers);