Added navigation buttons for lists, Fixed translation problem

svn: r613
This commit is contained in:
Don Allingham
2001-12-13 16:24:30 +00:00
parent 2a23820fb7
commit 59d594b49b
10 changed files with 3207 additions and 2446 deletions

View File

@@ -57,9 +57,8 @@ class EditSource:
self.ref_not_loaded = 1
self.top_window = libglade.GladeXML(const.gladeFile,"sourceEditor")
sid = "s%s" % source.getId()
plwidget = self.top_window.get_widget("photolist")
self.gallery = ImageSelect.Gallery(source, self.path, sid, plwidget, db)
self.gallery = ImageSelect.Gallery(source, self.path, plwidget, db)
self.title = self.top_window.get_widget("source_title")
self.author = self.top_window.get_widget("author")
self.pubinfo = self.top_window.get_widget("pubinfo")