Start of gallery improvements

svn: r453
This commit is contained in:
Don Allingham
2001-10-09 17:56:26 +00:00
parent 426c6a0937
commit 0e3f433873
13 changed files with 1269 additions and 891 deletions

View File

@@ -162,7 +162,7 @@ def loadData(database, filename, callback=None):
except:
GnomeErrorDialog(_("%s could not be opened\n") % filename)
return 0
try:
parser.parse(xml_file)
except SAXParseException,msg: