Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory checked 
in at 2012-11-06 16:09:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lightdm (Old)
 and      /work/SRC/openSUSE:Factory/.lightdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lightdm", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes  2012-11-05 
06:30:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes     2012-11-06 
16:09:27.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov  5 13:15:27 UTC 2012 - [email protected]
+
+- fixed lightdm-fix-language-setting.patch so LANG/GDM_LANG are not
+  set if there are no per-user settings
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lightdm-do-not-strip-codeset-from-language.patch ++++++
--- /var/tmp/diff_new_pack.oRz8ZA/_old  2012-11-06 16:09:30.000000000 +0100
+++ /var/tmp/diff_new_pack.oRz8ZA/_new  2012-11-06 16:09:30.000000000 +0100
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent 9b36e1706032e4fb3e29b72d0e69bc3ba9c4e973
+# Parent 85f20a477f42e514507c2d6ecd97deee2f860bcc
 Do not strip the codeset when loading the Language filed from dmrc
 
 Do not strip the codeset and be consistent with how the Language setting is

++++++ lightdm-fix-language-setting.patch ++++++
--- /var/tmp/diff_new_pack.oRz8ZA/_old  2012-11-06 16:09:30.000000000 +0100
+++ /var/tmp/diff_new_pack.oRz8ZA/_new  2012-11-06 16:09:30.000000000 +0100
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent 7753b3891c3640151c7ef4af7e35c6c2efb2e8fd
+# Parent 914564e535f0a132b097bc5a066908c04892180d
 Fix saving/retrieving of the language setting
 
 Add user_get_language() for retrieving the language setting.
@@ -141,7 +141,7 @@
    
 +    /* Retrieve language setting */
 +    language = user_get_language (user);
-+    if (g_strcmp0 (language, "") != 0)
++    if (language != NULL && language != '\0')
 +    {
 +        session_set_env (display->priv->session, "LANG", language);
 +        session_set_env (display->priv->session, "GDM_LANG", language);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to