From: <cl...@us...> - 2002-06-19 04:24:42
|
Update of /cvsroot/todo-manager/todo-manager In directory usw-pr-cvs1:/tmp/cvs-serv24574 Modified Files: Tag: dev-bronze main.py Log Message: Whoops. Now 'Reload Default File' prompts if the current file has been modified Index: main.py =================================================================== RCS file: /cvsroot/todo-manager/todo-manager/main.py,v retrieving revision 1.1.2.21 retrieving revision 1.1.2.22 diff -u -d -r1.1.2.21 -r1.1.2.22 --- main.py 18 Jun 2002 16:09:20 -0000 1.1.2.21 +++ main.py 19 Jun 2002 04:24:39 -0000 1.1.2.22 @@ -298,7 +298,7 @@ return # Load the file - self.load_file(default_file) + self.load_file(default_file, ui) self.__file_modified = FALSE # self.__current_file = DEFAULT |