summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mgaapplet')
-rwxr-xr-xmgaapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgaapplet b/mgaapplet
index 73ba8667..e43dee3e 100755
--- a/mgaapplet
+++ b/mgaapplet
@@ -174,7 +174,7 @@ my %actions = (
my ($icon, $is_sni);
# Plasma and Enlightenment support SNI natively. Other DE do not. In that case, we fall back to
# the deprecated GtkStatusIcon.
-if ($ENV{DESKTOP_SESSION} =~ /plasma$|enlightenment/i) {
+if ($ENV{DESKTOP_SESSION} =~ /plasma|enlightenment/i) {
$is_sni = 1;
Glib::Object::Introspection->setup(