From: <cl...@us...> - 2003-03-06 05:17:56
|
Update of /cvsroot/todo-manager/todo-manager In directory sc8-pr-cvs1:/tmp/cvs-serv32183 Modified Files: Tag: branch-0_70 main.py Log Message: More work on keeping the group lists accurate. Index: main.py =================================================================== RCS file: /cvsroot/todo-manager/todo-manager/main.py,v retrieving revision 1.67.2.2 retrieving revision 1.67.2.3 diff -u -d -r1.67.2.2 -r1.67.2.3 --- main.py 2 Mar 2003 02:50:13 -0000 1.67.2.2 +++ main.py 6 Mar 2003 05:17:52 -0000 1.67.2.3 @@ -616,6 +616,7 @@ if self.ask_save_curfile(interface) == -1: return FALSE self.interface_call(interface, "clear_list_items") + self.interface_call(interface, "update_list_groups", []) self.__interfaces.remove(interface) # If there aren't any interfaces then call quit |