diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-25 00:28:23 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-25 00:28:23 -0500 |
commit | 265ab08cace125fc1e307f137f62240f74ae2662 (patch) | |
tree | cb80e6cee9f78155653e2a3b6751e5b5f38fce60 /src/notifier.c | |
parent | eaf64b2f5d9561b4e113330d24d17c01dfbc92f0 (diff) | |
download | ayatana-indicator-power-265ab08cace125fc1e307f137f62240f74ae2662.tar.gz ayatana-indicator-power-265ab08cace125fc1e307f137f62240f74ae2662.tar.bz2 ayatana-indicator-power-265ab08cace125fc1e307f137f62240f74ae2662.zip |
disable the notification's interactive hint for now
Diffstat (limited to 'src/notifier.c')
-rw-r--r-- | src/notifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |