diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-26 12:32:08 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-26 12:32:08 -0500 |
commit | e430061e28eafe90e423201b528265071815771b (patch) | |
tree | 4c1de4cc867cf3b28702bd580c7dd35126cadedc | |
parent | f842a8080f56f43e28249d033aece4aed2685504 (diff) | |
download | libayatana-indicator-e430061e28eafe90e423201b528265071815771b.tar.gz libayatana-indicator-e430061e28eafe90e423201b528265071815771b.tar.bz2 libayatana-indicator-e430061e28eafe90e423201b528265071815771b.zip |
explicitly set UBUNTU_MENUPROXY to 0
-rw-r--r-- | tools/indicator-loader.c | 2 |
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 (); |