From f5f1f9b0087a7fe535cc0f0072182f49d39619b2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 29 Apr 2013 22:24:12 +0200 Subject: Drag'n'drop should be working now --- mat-gui | 2 -- 1 file changed, 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')) return url[5:] # 5 is len('file:') urls = selection.get_uris() - urls = urls[:-1] # last entry in always a '\n' urls = map(clean_path, urls) GObject.idle_add(self.populate(urls).next) # asynchrone processing @@ -412,7 +411,6 @@ non-anonymised) file to output archive')) def mat_check(self, iterator): ''' Check elements in iterator are clean ''' for line in iterator: # for each file in selection - print self.liststore[line][0].file msg = 'Checking %s ' % self.liststore[line][2] logging.info(msg) self.statusbar.push(0, msg) -- cgit v1.3