1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

Add ability to change name of the root item in the catalog.

This commit is contained in:
2022-09-25 21:13:14 +02:00
parent 7281f9bbbb
commit 54c24b18b1
2 changed files with 11 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ class Scan(object):
self.files_count = self._get_files_count()
self.current_count = 0
def add_files(self, engine=None):
def add_files(self, label=None):
"""
Returns list, which contain object, modification date and file
size.