preserve full path for photos after import

svn: r1497
This commit is contained in:
Don Allingham
2003-05-06 02:55:54 +00:00
parent 59f87c9487
commit a1374f76dc
4 changed files with 3 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ class ReadPkg:
self.callback(1)
def progress(self,val):
self.progress_bar.set_value(val*100.0)
self.progress_bar.set_fraction(val)
while gtk.events_pending():
gtk.mainiteration()