Fix an oversight in the previous commit
authorMatthias Clasen <mclasen@redhat.com>
Thu, 11 Jun 2009 16:41:16 +0000 (12:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 11 Jun 2009 16:41:16 +0000 (12:41 -0400)
We don't want to unset DISPLAY etc, if none is specified in the
app launch context.

gio/gdesktopappinfo.c

index e2f4d7f..f0a0bbc 100644 (file)
@@ -854,13 +854,9 @@ child_setup (gpointer user_data)
 
   if (data->display)
     g_setenv ("DISPLAY", data->display, TRUE);
-  else
-    g_unsetenv ("DISPLAY");
 
   if (data->sn_id)
     g_setenv ("DESKTOP_STARTUP_ID", data->sn_id, TRUE);
-  else
-    g_unsetenv ("DESKTOP_STARTUP_ID");
 }
 
 static gboolean