From 17e69b60056de8ea441a66a67670bb9919a70617 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 18 Jul 2018 22:39:18 +0200 Subject: [PATCH] Change a button in the nautilus extension --- nautilus/nautilus_mat2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nautilus/nautilus_mat2.py b/nautilus/nautilus_mat2.py index 857953e..a9a5e64 100644 --- a/nautilus/nautilus_mat2.py +++ b/nautilus/nautilus_mat2.py @@ -57,7 +57,7 @@ class StatusWindow(Gtk.Window): label = Gtk.Label(xalign=0) label.set_markup("Lightweight mode (only remove some metadata)") hbox.pack_start(label, False, True, 0) - hbox.pack_start(Gtk.CheckButton(), False, True, 0) + hbox.pack_start(Gtk.Switch(), False, True, 0) self.window.show_all()