X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_browser.py;fp=direct%2Fpython%2Fyaffs_browser.py;h=28fb49f3655839caac943e9df995172e48ecca52;hp=23fa936882dafacea81e0f19bdee68612d6e87f8;hb=e3344eda11a9656644f9c7fe345f1283cdd46b20;hpb=9b8bd9ed64c89da47898036632e54632833a51d1 diff --git a/direct/python/yaffs_browser.py b/direct/python/yaffs_browser.py index 23fa936..28fb49f 100755 --- a/direct/python/yaffs_browser.py +++ b/direct/python/yaffs_browser.py @@ -88,6 +88,7 @@ class editor(): def load_dir(): global current_directory_dict print "loading a new directory*******************************************************************" + ##deleate current items in text box name_list_box.delete(0, tk.END) current_directory_dict=yaffs_ls(mount_list_text_variable.get()) print "new directory", current_directory_dict