aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-21 10:00:03 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-21 10:00:03 +0000
commitc393931619483e9b6fbf582a66b35093f11d201e (patch)
treee16dbe3098f7554e13cbe679f342999e473f0fbe /src/utils.c
parent46ddf4f5d96974d5129567a4c94a311ed586121d (diff)
downloadayatana-indicator-session-c393931619483e9b6fbf582a66b35093f11d201e.tar.gz
ayatana-indicator-session-c393931619483e9b6fbf582a66b35093f11d201e.tar.bz2
ayatana-indicator-session-c393931619483e9b6fbf582a66b35093f11d201e.zip
rebase code duplication
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