summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-07-18 22:39:18 +0200
committerjvoisin2018-07-18 22:39:18 +0200
commit17e69b60056de8ea441a66a67670bb9919a70617 (patch)
treee5b156fb10c1166f70f0ddc854fe04897ac33721
parentcf5f3b268d4a744c2d7fef27f4eedf771ca342b8 (diff)
Change a button in the nautilus extension
-rw-r--r--nautilus/nautilus_mat2.py2
1 files changed, 1 insertions, 1 deletions
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):
57 label = Gtk.Label(xalign=0) 57 label = Gtk.Label(xalign=0)
58 label.set_markup("Lightweight mode (only remove <i>some</i> metadata)") 58 label.set_markup("Lightweight mode (only remove <i>some</i> metadata)")
59 hbox.pack_start(label, False, True, 0) 59 hbox.pack_start(label, False, True, 0)
60 hbox.pack_start(Gtk.CheckButton(), False, True, 0) 60 hbox.pack_start(Gtk.Switch(), False, True, 0)
61 61
62 self.window.show_all() 62 self.window.show_all()
63 63