Checking for deleting sources and places, added listing of where sources and places are used.
svn: r479
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user