From c393931619483e9b6fbf582a66b35093f11d201e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 21 Mar 2018 10:00:03 +0000 Subject: rebase code duplication --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.c') 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 -- cgit v1.2.3