Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar

This commit is contained in:
Marco Pesenti Gritti 2007-09-10 11:13:15 +02:00
commit e4e728339b

View File

@ -92,6 +92,10 @@ class MultiLogView(gtk.VBox):
if os.path.isdir(path):
return False
if not os.path.exists(path):
print "ERROR: %s don't exists"
return False
logfile = self._get_filename_from_path(path)
if not self._activity.has_key(logfile):