Plugin.Notification: Don't extend Geary.BaseObject

Libpeas interferes with Geary's home grown reftracking mechanism,
so don't use it.
This commit is contained in:
Michael Gratton 2019-09-27 19:57:01 +10:00
parent c7c135ce5b
commit 73fd7e72f5

View file

@ -8,7 +8,7 @@
/**
* A plugin for notifying of new mail being delivered.
*/
public abstract class Plugin.Notification : Geary.BaseObject {
public abstract class Plugin.Notification : GLib.Object {
/** The application instance containing the plugin. */
public abstract GearyApplication application {