diff options
| -rw-r--r-- | nautilus/mat2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nautilus/mat2.py b/nautilus/mat2.py index 0688ef2..562f8a7 100644 --- a/nautilus/mat2.py +++ b/nautilus/mat2.py | |||
| @@ -35,7 +35,7 @@ def _remove_metadata(fpath) -> Tuple[bool, Optional[str]]: | |||
| 35 | return False, mtype | 35 | return False, mtype |
| 36 | return parser.remove_all(), mtype | 36 | return parser.remove_all(), mtype |
| 37 | 37 | ||
| 38 | class ColumnExtension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWidgetProvider): | 38 | class Mat2Extension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWidgetProvider): |
| 39 | """ This class adds an item to the right-clic menu in Nautilus. """ | 39 | """ This class adds an item to the right-clic menu in Nautilus. """ |
| 40 | 40 | ||
| 41 | def __init__(self): | 41 | def __init__(self): |
