panels: remove initialize from the panels that do not have a menu

This commit is contained in:
alfrix
2022-11-17 07:53:17 -03:00
parent 972a09df41
commit 45ab86204b
29 changed files with 48 additions and 98 deletions

View File

@@ -36,8 +36,6 @@ class PrintPanel(ScreenPanel):
self.directories = {}
self.labels['directories'] = {}
self.labels['files'] = {}
def initialize(self, panel_name):
sort = Gtk.Label(_("Sort:"))
sbox = Gtk.Box(spacing=0)
sbox.set_vexpand(False)