summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-07-24 18:50:24 +0200
committerPapoteur <papoteur@mageialinux-online.org>2017-07-24 18:50:24 +0200
commit1e52e082274ef206314c1588df93fb44fb46933a (patch)
tree849fd5ed44dc6b3c2d9d29dabadcaa9a75eb73cc
parent3ee64effff500ad97125451620aafca11bd331a0 (diff)
downloadmageiawelcome-1e52e082274ef206314c1588df93fb44fb46933a.tar
mageiawelcome-1e52e082274ef206314c1588df93fb44fb46933a.tar.gz
mageiawelcome-1e52e082274ef206314c1588df93fb44fb46933a.tar.bz2
mageiawelcome-1e52e082274ef206314c1588df93fb44fb46933a.tar.xz
mageiawelcome-1e52e082274ef206314c1588df93fb44fb46933a.zip
correction of a syntax error
-rw-r--r--usr/share/mageiawelcome/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/share/mageiawelcome/helpers.py b/usr/share/mageiawelcome/helpers.py
index 9cf55d7..9caf8b1 100644
--- a/usr/share/mageiawelcome/helpers.py
+++ b/usr/share/mageiawelcome/helpers.py
@@ -32,7 +32,7 @@ def get_desktop_name2(x):
'XFCE':'Xfce',
'LXQt':'LXQt',
'MATE':'Mate',
- 'GNOME':'Gnome'
+ 'GNOME':'Gnome',
'X-Cinnamon':'Cinnamon',
}.get(x,'unknown')