From cf273949ac2708500d23e8a206dc3c912d7343dc Mon Sep 17 00:00:00 2001 From: raster Date: Tue, 21 Aug 2012 15:01:39 +0000 Subject: [PATCH] unsetenv on desktop startup id to make seoz happy. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@75506 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.c b/src/bin/main.c index f5dcdea..6d4df34 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -605,6 +605,7 @@ elm_main(int argc, char **argv) // set an env so terminal apps can detect they are in terminology :) putenv("TERMINOLOGY=1"); + unsetenv("DESKTOP_STARTUP_ID"); win = tg_win_add(name, role, title, icon_name); -- 2.7.4