Author: duncan
Date: Sun Sep  2 14:22:38 2007
New Revision: 9859

Log:
Removed inconsistent spaces


Modified:
   branches/rel-1/freevo/src/image/viewer.py

Modified: branches/rel-1/freevo/src/image/viewer.py
==============================================================================
--- branches/rel-1/freevo/src/image/viewer.py   (original)
+++ branches/rel-1/freevo/src/image/viewer.py   Sun Sep  2 14:22:38 2007
@@ -253,7 +253,7 @@
             screen = self.osd.screen.convert()
             screen.fill((0,0,0,0))
             screen.blit(self.osd.zoomsurface(image, scale, bbx, bby, bbw, bbh,
-                                        rotation = self.rotation).convert(), 
(x, y))
+                                        rotation=self.rotation).convert(), (x, 
y))
             # update the OSD
             self.drawosd(layer=screen)
 
@@ -266,7 +266,7 @@
         else:
             self.osd.clearscreen(color=self.osd.COL_BLACK)
             self.osd.drawsurface(image, x, y, scale, bbx, bby, bbw, bbh,
-                                 rotation = self.rotation)
+                                 rotation=self.rotation)
 
             # update the OSD
             self.drawosd()
@@ -383,7 +383,7 @@
             else:
                 # Display entire picture, don't load next image in case
                 # the user wants to zoom around some more.
-                self.view(self.fileitem, zoom=0, rotation = self.rotation)
+                self.view(self.fileitem, zoom=0, rotation=self.rotation)
             return True
 
         elif event == IMAGE_MOVE:
@@ -392,7 +392,7 @@
                 self.zoom = self.zoom, coord[0], coord[1]
             else:
                 self.zoom = self.zoom[0], self.zoom[1] + coord[0], 
self.zoom[2] + coord[1]
-            self.view(self.fileitem, zoom=self.zoom, rotation = self.rotation)
+            self.view(self.fileitem, zoom=self.zoom, rotation=self.rotation)
             return True
 
         # save the image with the current rotation

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to