This is an automated email from the git hooks/post-receive script. b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository xfce/xfce4-settings.
commit 9a9fbb7133ea51ccc7737524bb57af960bbbab27 Author: Sean Davis <[email protected]> Date: Tue Dec 19 05:05:05 2017 -0500 Use transient notifications for improved logging --- xfsettingsd/accessibility.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xfsettingsd/accessibility.c b/xfsettingsd/accessibility.c index 247af80..30da3ca 100644 --- a/xfsettingsd/accessibility.c +++ b/xfsettingsd/accessibility.c @@ -481,6 +481,9 @@ xfce_accessibility_helper_notification_show (XfceAccessibilityHelper *helper, helper->notification = notify_notification_new (summary, body, "keyboard", NULL); #endif + /* don't log notification */ + notify_notification_set_hint (helper->notification, "transient", g_variant_new_boolean (FALSE)); + /* close signal */ g_signal_connect (G_OBJECT (helper->notification), "closed", G_CALLBACK (xfce_accessibility_helper_notification_closed), helper); } -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
