vte r2220 - in trunk: . src



Author: behdad
Date: Sat Nov 29 00:22:53 2008
New Revision: 2220
URL: http://svn.gnome.org/viewvc/vte?rev=2220&view=rev

Log:
2008-11-28  Behdad Esfahbod  <behdad gnome org>

        * src/debug.c (_vte_debug_init): Rename debug env var from 
        VTE_DEBUG_FLAGS to VTE_DEBUG.



Modified:
   trunk/ChangeLog
   trunk/src/debug.c

Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c	(original)
+++ trunk/src/debug.c	Sat Nov 29 00:22:53 2008
@@ -50,7 +50,7 @@
     { "ally",         VTE_DEBUG_ALLY         }
   };
 
-  _vte_debug_flags = g_parse_debug_string (g_getenv("VTE_DEBUG_FLAGS"),
+  _vte_debug_flags = g_parse_debug_string (g_getenv("VTE_DEBUG"),
                                            keys, G_N_ELEMENTS (keys));
   _vte_debug_print(0xFFFFFFFF, "VTE debug flags = %x\n", _vte_debug_flags);
 #endif /* VTE_DEBUG */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]