From 894b2e4a09e674df21e5c0024eab8bd4626c5a9f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 17 Sep 2014 12:08:01 -0500 Subject: work around a notifications bug that can't handle boolean hints --- src/notifications.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notifications.cpp') diff --git a/src/notifications.cpp b/src/notifications.cpp index 18f15d9..58a6e83 100644 --- a/src/notifications.cpp +++ b/src/notifications.cpp @@ -198,7 +198,7 @@ public: { notify_notification_set_hint (nn.get(), hint.c_str(), - g_variant_new_boolean(true)); + g_variant_new_string("true")); } for (const auto& action : info.m_actions) -- cgit v1.2.3