windowmanager: Don't copy delegates

This commit is contained in:
Rico Tzschichholz 2015-03-04 12:07:30 +01:00
parent 3fc7213841
commit ebaa88ed2e

View File

@ -46,7 +46,7 @@ namespace Gala
* Defaults to blocking all.
* @see KeybindingFilter
*/
public KeybindingFilter? keybinding_filter { get; set; default = () => true; }
public KeybindingFilter? keybinding_filter { get; owned set; default = () => true; }
public ModalProxy ()
{