diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2014-11-13 11:35:12 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2014-11-13 11:35:12 +1300 |
commit | fdf8781ae41999afea0f879f83201e7ed08fb87d (patch) | |
tree | 3369735dc397f72ebb57ddf8d34e940fd807e491 /debian/patches/04_language_handling.patch | |
parent | dc64124061e7a7a32c3ef865716d5688defc3134 (diff) | |
download | lightdm-git-1.13.0.tar.gz |
Releasing 1.13.01.13.0
Diffstat (limited to 'debian/patches/04_language_handling.patch')
-rw-r--r-- | debian/patches/04_language_handling.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/04_language_handling.patch b/debian/patches/04_language_handling.patch index 7547f919..6c840712 100644 --- a/debian/patches/04_language_handling.patch +++ b/debian/patches/04_language_handling.patch @@ -75,8 +75,8 @@ Index: trunk/src/seat.c =================================================================== --- trunk.orig/src/seat.c +++ trunk/src/seat.c -@@ -944,7 +944,7 @@ configure_session (Session *session, Ses - session_set_env (session, "XDG_CURRENT_DESKTOP", desktop_name); +@@ -949,7 +949,7 @@ configure_session (Session *session, Ses + } if (language && language[0] != '\0') { - session_set_env (session, "LANG", language); |