From 45ad3ff3ae70840287435565531a77042e7de777 Mon Sep 17 00:00:00 2001 From: Sayamindu Dasgupta Date: Tue, 08 Sep 2009 10:38:05 +0000 Subject: Avoid loading the file again and again. --- (limited to 'ImageViewerActivity.py') diff --git a/ImageViewerActivity.py b/ImageViewerActivity.py index 91aaeb5..615ae72 100644 --- a/ImageViewerActivity.py +++ b/ImageViewerActivity.py @@ -284,7 +284,7 @@ class ImageViewerActivity(activity.Activity): except: pass - return True + return False def write_file(self, file_path): self.metadata['zoom'] = str(self.zoom) -- cgit v0.9.1