aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-07-26 12:32:08 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-07-26 12:32:08 -0500
commite430061e28eafe90e423201b528265071815771b (patch)
tree4c1de4cc867cf3b28702bd580c7dd35126cadedc /tools
parentf842a8080f56f43e28249d033aece4aed2685504 (diff)
downloadlibayatana-indicator-e430061e28eafe90e423201b528265071815771b.tar.gz
libayatana-indicator-e430061e28eafe90e423201b528265071815771b.tar.bz2
libayatana-indicator-e430061e28eafe90e423201b528265071815771b.zip
explicitly set UBUNTU_MENUPROXY to 0
Diffstat (limited to 'tools')
-rw-r--r--tools/indicator-loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/indicator-loader.c b/tools/indicator-loader.c
index f04132e..153cca7 100644
--- a/tools/indicator-loader.c
+++ b/tools/indicator-loader.c
@@ -262,7 +262,7 @@ main (int argc, char ** argv)
}
/* make sure we don't proxy to ourselves */
- g_unsetenv ("UBUNTU_MENUPROXY");
+ g_setenv ("UBUNTU_MENUPROXY", "0", TRUE);
gtk_init (&argc, &argv);
ido_init ();