summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2013-04-29 22:24:12 +0200
committerjvoisin2013-04-29 22:24:12 +0200
commitf5f1f9b0087a7fe535cc0f0072182f49d39619b2 (patch)
tree6a9546bad9d68252acf949ad3e037abffe79d68d /mat-gui
parent7aec92f8dadb319aafe6c961b18085af71cd20fa (diff)
Drag'n'drop should be working now
Diffstat (limited to 'mat-gui')
-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)