[glib] Fix an oversight in the previous commit
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Fix an oversight in the previous commit
- Date: Thu, 11 Jun 2009 12:42:28 -0400 (EDT)
commit a402875de1d8956c90a940f8309733040cda5afb
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jun 11 12:41:16 2009 -0400
Fix an oversight in the previous commit
We don't want to unset DISPLAY etc, if none is specified in the
app launch context.
gio/gdesktopappinfo.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c
index e2f4d7f..f0a0bbc 100644
--- a/gio/gdesktopappinfo.c
+++ b/gio/gdesktopappinfo.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]