From 812bf2553bfe9b77e1d47af08269edb2d430e48f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 16 Jan 2019 23:10:17 +0100 Subject: [PATCH] Rename the internal class used by the nautilus extension This should solve collisions with people like me that are copy/pasting the documentation, creating conflicts with other extensions that are doing the very same thing. --- nautilus/mat2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]: return False, mtype return parser.remove_all(), mtype -class ColumnExtension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWidgetProvider): +class Mat2Extension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWidgetProvider): """ This class adds an item to the right-clic menu in Nautilus. """ def __init__(self):