gnome-session r5032 - in trunk: . gnome-session



Author: vuntz
Date: Mon Sep  1 22:21:54 2008
New Revision: 5032
URL: http://svn.gnome.org/viewvc/gnome-session?rev=5032&view=rev

Log:
2008-09-02  Vincent Untz  <vuntz gnome org>

	* gnome-session/main.c: (main): set GNOME_DESKTOP_SESSION_ID to
	"this-is-deprecated" to make it clear that people should stop relying
	on this.


Modified:
   trunk/ChangeLog
   trunk/gnome-session/main.c

Modified: trunk/gnome-session/main.c
==============================================================================
--- trunk/gnome-session/main.c	(original)
+++ trunk/gnome-session/main.c	Mon Sep  1 22:21:54 2008
@@ -551,8 +551,7 @@
         /* Some third-party programs rely on GNOME_DESKTOP_SESSION_ID to
          * detect if GNOME is running. We keep this for compatibility reasons.
          */
-        gsm_util_setenv ("GNOME_DESKTOP_SESSION_ID",
-                         failsafe ? "failsafe" : "default");
+        gsm_util_setenv ("GNOME_DESKTOP_SESSION_ID", "this-is-deprecated");
 
         client_store = gsm_store_new ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]