aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index 9a53eda..c291f7c 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -46,7 +46,7 @@ is_gnome ()
gboolean
is_unity ()
{
- return is_xdg_current_desktop(DESKTOP_UNITY7);
+ return is_xdg_current_desktop(DESKTOP_UNITY);
}
gboolean