Checking for deleting sources and places, added listing of where sources and places are used.

svn: r479
This commit is contained in:
Don Allingham
2001-10-18 02:42:02 +00:00
parent 188e011dd5
commit c42b8e647a
8 changed files with 433 additions and 274 deletions

View File

@ -366,8 +366,9 @@ class Gallery(ImageSelect):
#
#-------------------------------------------------------------------------
def popup_change_description(self, obj):
photo = self.dataobj.getPhotoList()[self.selectedIcon]
LocalMediaProperties(photo,self.path)
if self.selectedIcon >=0:
photo = self.dataobj.getPhotoList()[self.selectedIcon]
LocalMediaProperties(photo,self.path)
class LocalMediaProperties: