mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 19:48:18 +00:00
Make it work with optimized builds.
This commit is contained in:
parent
6ceb063e20
commit
80da45beaf
@ -168,10 +168,12 @@ location_cb(Widget w,XtPointer client_data,XtPointer call_data)
|
||||
location = XmINDICATOR_LOCATION_MIDDLE;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
printf("%s(%s) location = %s\n",
|
||||
"__FUNCTION__",
|
||||
XtName(w),
|
||||
XfeDebugRepTypeValueToName(XmRToolBarIndicatorLocation,location));
|
||||
#endif
|
||||
|
||||
XtVaSetValues(_tool_bar,XmNindicatorLocation,location,NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user