diff options
Diffstat (limited to 'src/ui/theme.c')
-rw-r--r-- | src/ui/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c index 913ae885..6f463b3d 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -1174,7 +1174,7 @@ meta_color_spec_new_from_string (const char *str, if (!debug_set) { - debug = g_getenv ("MUTTER_DISABLE_FALLBACK_COLOR") != NULL; + debug = g_getenv ("MARCO_DISABLE_FALLBACK_COLOR") != NULL; debug_set = TRUE; } |