fixed missing kDEBUG2 error in trunk and 1.4
This commit is contained in:
parent
81b5124e58
commit
52edb17015
|
@ -1073,7 +1073,7 @@ CXWindowsClipboard::sendReply(CReply* reply)
|
||||||
// log. we've seen what appears to be a bug in lesstif and
|
// log. we've seen what appears to be a bug in lesstif and
|
||||||
// knowing the properties may help design a workaround, if
|
// knowing the properties may help design a workaround, if
|
||||||
// it becomes necessary.
|
// it becomes necessary.
|
||||||
if (CLOG->getFilter() >= CLog::kDEBUG2) {
|
if (CLOG->getFilter() >= kDEBUG2) {
|
||||||
CXWindowsUtil::CErrorLock lock(m_display);
|
CXWindowsUtil::CErrorLock lock(m_display);
|
||||||
int n;
|
int n;
|
||||||
Atom* props = XListProperties(m_display, reply->m_requestor, &n);
|
Atom* props = XListProperties(m_display, reply->m_requestor, &n);
|
||||||
|
|
Loading…
Reference in New Issue