mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
notify: Don't take a reference of NotifySettings
This commit is contained in:
parent
f2afc60db2
commit
8f374b86df
@ -151,7 +151,7 @@ namespace Gala.Plugins.Notify
|
||||
var confirmation = hints.contains ("x-canonical-private-synchronous");
|
||||
var progress = confirmation && hints.contains ("value");
|
||||
|
||||
var options = NotifySettings.get_default ();
|
||||
unowned NotifySettings options = NotifySettings.get_default ();
|
||||
|
||||
// Default values for confirmations
|
||||
var allow_bubble = true;
|
||||
|
Loading…
Reference in New Issue
Block a user