Now allows to reorder the files
Also allows to reorder both titles and files with drag'n'drop
This commit is contained in:
parent
1299c83991
commit
ba7beb5a3f
4 changed files with 31 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue