mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Fix 'reference to undefined property "_delegate"' warning
Set _delegate (used for DnD) even though we do not enable DnD, this fixes a couple of 'reference to undefined property "_delegate"' warnings getting logged. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
f1e0d04631
commit
aa682804aa
@ -58,6 +58,8 @@ class PopupTeaMenuItem extends PopupMenu.PopupBaseMenuItem {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
this._delegate = this;
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user