Author: tack
Date: Fri Dec 15 20:59:05 2006
New Revision: 2248

Modified:
   trunk/beacon/src/server/thumbnailer.py

Log:
Needs one more.


Modified: trunk/beacon/src/server/thumbnailer.py
==============================================================================
--- trunk/beacon/src/server/thumbnailer.py      (original)
+++ trunk/beacon/src/server/thumbnailer.py      Fri Dec 15 20:59:05 2006
@@ -234,7 +234,7 @@
 
     @kaa.rpc.expose('schedule')
     def schedule(self, id, filename, imagefile, size, priority):
-        # FIXME: check if job is already scheduled!!!
+        # FIXME: check if job is already scheduled!!!!
         self.jobs.append(Job(id, filename, imagefile, size, priority))
         self.schedule_next()
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to