From 265ab08cace125fc1e307f137f62240f74ae2662 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 25 Jul 2014 00:28:23 -0500 Subject: disable the notification's interactive hint for now --- src/notifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notifier.c') diff --git a/src/notifier.c b/src/notifier.c index 52d8854..496b416 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -178,7 +178,7 @@ notification_show(IndicatorPowerNotifier * self) body = g_strdup_printf(_("%.0f%% charge remaining"), pct); nn = notify_notification_new(_("Battery Low"), body, NULL); g_free (body); - notify_notification_set_hint(nn, HINT_INTERACTIVE, g_variant_new_boolean(TRUE)); + /*notify_notification_set_hint(nn, HINT_INTERACTIVE, g_variant_new_boolean(TRUE));*/ /* if we can show it, keep it */ error = NULL; -- cgit v1.2.3