summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-10-04 18:11:18 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-10-04 19:07:46 +0300
commit9fb50e53a71d48da3745daf9444462e447bb430a (patch)
tree451f9f1130e30fabaae34e5c342dae19fecee072
parent1f2ea053b3fc2ce8398166a259f259f03622c154 (diff)
downloadmetacity-9fb50e53a71d48da3745daf9444462e447bb430a.tar.gz
theme: replace MUTTER with METACITY
-rw-r--r--src/ui/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 82a7f3ea..002ec683 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -1203,7 +1203,7 @@ meta_color_spec_new_from_string (const char *str,
if (!debug_set)
{
- debug = g_getenv ("MUTTER_DISABLE_FALLBACK_COLOR") != NULL;
+ debug = g_getenv ("METACITY_DISABLE_FALLBACK_COLOR") != NULL;
debug_set = TRUE;
}