1
0
Fork 0

Remove the disclaimer from the Nautilus extension

This commit is contained in:
jvoisin 2018-07-18 22:38:42 +02:00
parent 926e8dac5f
commit a5eede9a21
1 changed files with 0 additions and 8 deletions

View File

@ -40,14 +40,6 @@ class StatusWindow(Gtk.Window):
self.main_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
self.window.add(self.main_box)
# Disclaimer
nitems = len(self.items)
if nitems > 1:
disclaimer = "Remove metadata from the %d following items:" % nitems
else:
disclaimer = "Remove metadata from the following item:"
self.main_box.pack_start(Gtk.Label(disclaimer, xalign=0), True, True, 0)
# List of files to clean
listbox = Gtk.ListBox()
self.main_box.pack_start(listbox, True, True, 0)