diff --git a/TODO b/TODO index c0e412249..9f4af941c 100644 --- a/TODO +++ b/TODO @@ -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 :) diff --git a/src/modules/clock/e_mod_main.c b/src/modules/clock/e_mod_main.c index 1c0453c78..7cae0c13b 100644 --- a/src/modules/clock/e_mod_main.c +++ b/src/modules/clock/e_mod_main.c @@ -6,7 +6,7 @@ /* TODO List: * - * should support proepr resize and move handles in the edje. + * save the visible flag for each face * */ diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c index 0397d423f..cd6267586 100644 --- a/src/modules/pager/e_mod_main.c +++ b/src/modules/pager/e_mod_main.c @@ -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);