From 09964e769da45216a74fa2ff0e867c2c9ab8c433 Mon Sep 17 00:00:00 2001 From: neingeist Date: Sat, 20 Jul 2019 21:58:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Rename=20plugin=20class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- no-counters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/no-counters.py b/no-counters.py index 191e4b4..3b844f9 100644 --- a/no-counters.py +++ b/no-counters.py @@ -1,7 +1,7 @@ from gi.repository import GObject, Liferea -class NrNoCountersPlugin (GObject.Object, Liferea.ShellActivatable): - __gtype_name__ = 'NrNoCountersPlugin' +class NoCountersPlugin (GObject.Object, Liferea.ShellActivatable): + __gtype_name__ = 'NoCountersPlugin' shell = GObject.property (type=Liferea.Shell)