Merge pull request #1662 from luzpaz/typo/XEmbedFowarding
qtvcp: fix source typo
This commit is contained in:
commit
b016bf7722
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ Pressing cancel will close linuxcnc.""" % target)
|
|||
forward = os.environ.get('AXIS_FORWARD_EVENTS_TO', None)
|
||||
LOG.critical('Forwarding events to AXIS is not well tested yet')
|
||||
if forward:
|
||||
xembed.XEmbedFowarding(window, forward)
|
||||
xembed.XEmbedForwarding(window, forward)
|
||||
|
||||
# push the window id for embedment into an external program
|
||||
if opts.push_XID:
|
||||
|
|
|
|||
Loading…
Reference in a new issue