aboutsummaryrefslogtreecommitdiff
path: root/src/notifications.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications.cpp')
-rw-r--r--src/notifications.cpp2
1 files changed, 1 insertions, 1 deletions
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)