printDepth usage needs to be wrapped in DEBUG_DND_XLATE as other usages are, fixing bustage

This commit is contained in:
mcafee%netscape.com 2001-07-11 01:58:58 +00:00
Родитель 93f6bffd02
Коммит a58139e94b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1622,9 +1622,11 @@ nsWindow::dumpWindowChildren(Window aWindow, unsigned int depth)
XQueryTree(display, window, &root_return, &parent_return,
&children_return, &nchildren_return);
#ifdef DEBUG_DND_XLATE
printDepth(depth);
g_print("Window 0x%lx ", window);
#endif
GdkWindow *thisWindow = NULL;