diff data/plugin/parser/text_x_arnica.py @ 90:7e0445f8120e

renamed get_files to define_thumb_webnails
author Reimar Bauer <rb.proj AT googlemail DOT com>
date Sun, 22 Jun 2008 00:13:45 +0200
parents 83abc483373a
children bb0f35d0e9c5
line wrap: on
line diff
--- a/data/plugin/parser/text_x_arnica.py	Sat Jun 21 23:58:43 2008 +0200
+++ b/data/plugin/parser/text_x_arnica.py	Sun Jun 22 00:13:45 2008 +0200
@@ -304,8 +304,8 @@
 
         return text
 
-    def get_files(self, path, files, quotes):
-        """ get files creates lists for thumbnails and webnails
+    def define_thumb_webnails(self, path, files, quotes):
+        """ creates lists for thumbnails and webnails
         @param path: path to attachment
         @param files: file names of images
         @param quotes: text alias for image file
@@ -419,7 +419,7 @@
             all_files.reverse()
 
         if all_files:
-            self.get_files(path, all_files, quotes)
+            self.define_thumb_webnails(path, all_files, quotes)
 
         return all_files