]> git.sur5r.net Git - glabels/blobdiff - src/debug.c
Fix a typo
[glabels] / src / debug.c
index 23432d9e9a4ecb6c8f87f94cf6f9367c72115c54..d29d6246ea851a8e60f0201bd048c55905827e91 100644 (file)
@@ -85,6 +85,8 @@ gl_debug_init (void)
                debug_flags |= GLABELS_DEBUG_MINI_PREVIEW;
        if (g_getenv ("GLABELS_DEBUG_PIXBUF_CACHE") != NULL)
                debug_flags |= GLABELS_DEBUG_PIXBUF_CACHE;
+       if (g_getenv ("GLABELS_DEBUG_SVG_CACHE") != NULL)
+               debug_flags |= GLABELS_DEBUG_SVG_CACHE;
        if (g_getenv ("GLABELS_DEBUG_EDITOR") != NULL)
                debug_flags |= GLABELS_DEBUG_EDITOR;
        if (g_getenv ("GLABELS_DEBUG_WDGT") != NULL)