discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b5ed3c9fea582448060f2a0f34bab2d4a2fce0d5

commit b5ed3c9fea582448060f2a0f34bab2d4a2fce0d5
Author: Yomi <abyo...@gmail.com>
Date:   Thu Mar 12 18:52:13 2015 -0400

    change DESKTOP env setting on startup
    
    Summary:
    From Enlightenment 17 to Enlightenment.
    
    Seems e17 keeps popping up...
    rEdb6aeef2b1a9c831fa0901e499dd8f73ff733836
    rEec1cd25cfe666665b9e5641c91d3ad1fd2f9f11c
    
    Reviewers: zmike
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D2147
---
 src/bin/e_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 1213d99..385f90d 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -326,7 +326,7 @@ main(int argc, char **argv)
      e_util_env_set("DESKTOP_STARTUP_ID", NULL);
    e_util_env_set("E_RESTART_OK", NULL);
    e_util_env_set("PANTS", "ON");
-   e_util_env_set("DESKTOP", "Enlightenment-0.17.0");
+   e_util_env_set("DESKTOP", "Enlightenment");
    TS("Environment Variables Done");
 
    TS("Parse Arguments");

-- 


Reply via email to