Now allows to reorder the files

Also allows to reorder both titles and files with drag'n'drop
This commit is contained in:
Sergio Costas 2014-07-11 23:26:32 +02:00
parent 1299c83991
commit ba7beb5a3f
4 changed files with 31 additions and 2 deletions

View file

@ -30,4 +30,5 @@ class file(GObject.GObject):
def properties(self):
self.file_name = "Hola"
self.file_name = "Hola"+str(self.counter2)
self.counter2 += 1