diff options
Diffstat (limited to 'src/service.c')
-rw-r--r-- | src/service.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/service.c b/src/service.c index c86df15..25806e4 100644 --- a/src/service.c +++ b/src/service.c @@ -819,6 +819,12 @@ on_statistics_activated (GSimpleAction * a G_GNUC_UNUSED, execute_command (cmd); g_free (cmd); } + else + { + zenity_warning ("dialog-warning", + _("Warning"), + _("The Ayatana Power Indicator does not support evoking the\npower statistics application your desktop environment, yet.\n\nPlease report this to the developers at:\nhttps://github.com/ArcticaProject/ayatana-indicator-power/issues")); + } } static void |