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
This commit is contained in:
Yomi 2015-03-12 18:52:13 -04:00 committed by Mike Blumenkrantz
parent 289c6f0d1f
commit b5ed3c9fea
1 changed files with 1 additions and 1 deletions

View File

@ -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");