summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmat-gui2
1 files changed, 0 insertions, 2 deletions
diff --git a/mat-gui b/mat-gui
index a8def3a..f84994b 100755
--- a/mat-gui
+++ b/mat-gui
@@ -313,7 +313,6 @@ non-anonymised) file to output archive'))
313 return url[5:] # 5 is len('file:') 313 return url[5:] # 5 is len('file:')
314 314
315 urls = selection.get_uris() 315 urls = selection.get_uris()
316 urls = urls[:-1] # last entry in always a '\n'
317 urls = map(clean_path, urls) 316 urls = map(clean_path, urls)
318 GObject.idle_add(self.populate(urls).next) # asynchrone processing 317 GObject.idle_add(self.populate(urls).next) # asynchrone processing
319 318
@@ -412,7 +411,6 @@ non-anonymised) file to output archive'))
412 def mat_check(self, iterator): 411 def mat_check(self, iterator):
413 ''' Check elements in iterator are clean ''' 412 ''' Check elements in iterator are clean '''
414 for line in iterator: # for each file in selection 413 for line in iterator: # for each file in selection
415 print self.liststore[line][0].file
416 msg = 'Checking %s ' % self.liststore[line][2] 414 msg = 'Checking %s ' % self.liststore[line][2]
417 logging.info(msg) 415 logging.info(msg)
418 self.statusbar.push(0, msg) 416 self.statusbar.push(0, msg)