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:
parent
c7c135ce5b
commit
73fd7e72f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue