Change function name
svn: r3016
This commit is contained in:
parent
c5de08e957
commit
9ddadbd5b0
@ -680,7 +680,7 @@ class LPRDoc(BaseDoc.BaseDoc):
|
|||||||
self.row_data.append(self.cell_data)
|
self.row_data.append(self.cell_data)
|
||||||
self.brand_new_page = 0
|
self.brand_new_page = 0
|
||||||
|
|
||||||
def add_photo(self,name,pos,x,y):
|
def add_media_object(self,name,pos,x,y):
|
||||||
"""Add photo to report."""
|
"""Add photo to report."""
|
||||||
|
|
||||||
photo = GnomePrintPhoto(name,pos,x,y)
|
photo = GnomePrintPhoto(name,pos,x,y)
|
||||||
|
Loading…
Reference in New Issue
Block a user