From: <cl...@us...> - 2003-03-06 05:16:02
|
Update of /cvsroot/todo-manager/todo-manager In directory sc8-pr-cvs1:/tmp/cvs-serv31623 Modified Files: main.py Log Message: I missed this before. And unless you are using multiple interfaces, you won't notice a thing. Index: main.py =================================================================== RCS file: /cvsroot/todo-manager/todo-manager/main.py,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- main.py 2 Mar 2003 02:31:38 -0000 1.69 +++ main.py 6 Mar 2003 05:15:59 -0000 1.70 @@ -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 |