[gnome-shell] main: NO_GAIL envvar is a noop
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] main: NO_GAIL envvar is a noop
- Date: Thu, 14 Jun 2012 18:00:29 +0000 (UTC)
commit 22f0099a5d09e7eb3f96a746a928beeb99f953fa
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jun 14 12:50:55 2012 +0100
main: NO_GAIL envvar is a noop
It's not used by GTK+ versions we require
https://bugzilla.gnome.org/show_bug.cgi?id=678096
src/main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 867f0df..e398fd1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -361,10 +361,8 @@ main (int argc, char **argv)
meta_plugin_manager_set_plugin_type (gnome_shell_plugin_get_type ());
/* Prevent meta_init() from causing gtk to load gail and at-bridge */
- g_setenv ("NO_GAIL", "1", TRUE);
g_setenv ("NO_AT_BRIDGE", "1", TRUE);
meta_init ();
- g_unsetenv ("NO_GAIL");
g_unsetenv ("NO_AT_BRIDGE");
/* FIXME: Add gjs API to set this stuff and don't depend on the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]