Fixed bugster 7007407. Do not clear stat info until a node is really

deleted.
This commit is contained in:
Lin Ma
2011-02-17 14:57:37 +08:00
parent 48dbfb425d
commit 237df47c5f
3 changed files with 5 additions and 8 deletions

View File

@@ -35,8 +35,7 @@
#endif
#ifdef GIO_COMPILATION
#define FH_W if (fh_debug_enabled) g_debug
static gboolean fh_debug_enabled = FALSE;
#define FH_W if (FALSE) g_debug
#else
#include "gam_error.h"
#define FH_W(...) GAM_DEBUG(DEBUG_INFO, __VA_ARGS__)