diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-09-21 15:49:37 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-09-21 15:49:37 +0000 |
commit | ae08410274473c5ab78d300ea2365c4b1070cc61 (patch) | |
tree | b7c8ba3dee66edfadb32e57332ed76025981c94d /extra/xfce4-session | |
parent | d739da01541d53414129d3171df221cfe2440fe5 (diff) |
Wed Sep 21 15:49:35 UTC 2011
Diffstat (limited to 'extra/xfce4-session')
-rw-r--r-- | extra/xfce4-session/gdm.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/xfce4-session/gdm.patch b/extra/xfce4-session/gdm.patch deleted file mode 100644 index e89e6a0b6..000000000 --- a/extra/xfce4-session/gdm.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 3bba8eb773a96339fb841c76b04f2d4fd3317814 Mon Sep 17 00:00:00 2001 -From: Panu Matilainen <pmatilai@laiskiainen.org> -Date: Wed, 23 Mar 2011 21:13:40 +0000 -Subject: Fix GDM_LANG usage to be compatible with GDM3 (bug #7400). - ---- -diff --git a/xfce4-session/main.c b/xfce4-session/main.c -index ff6e324..fcf69f8 100644 ---- a/xfce4-session/main.c -+++ b/xfce4-session/main.c -@@ -103,7 +103,7 @@ setup_environment (void) - - /* this is for compatibility with the GNOME Display Manager */ - lang = g_getenv ("GDM_LANG"); -- if (lang != NULL) -+ if (lang != NULL && strlen (lang) > 0) - { - xfce_setenv ("LANG", lang, TRUE); - xfce_unsetenv ("GDM_LANG"); --- -cgit |