💄 Rename plugin class
This commit is contained in:
parent
fcefed58e3
commit
09964e769d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue