diff options
| -rw-r--r-- | nautilus/nautilus_mat2.py | 2 |
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 | ||
