mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Merge heads
This commit is contained in:
commit
d7668fc6b6
4
AUTHORS
4
AUTHORS
@ -16,7 +16,9 @@ Further patches have been submitted by:
|
|||||||
|
|
||||||
William Sheehan <william-dot-sheehan-at-openinterface-dot-com>
|
William Sheehan <william-dot-sheehan-at-openinterface-dot-com>
|
||||||
Karel Zak <kzak-at-redhat-dot-com>
|
Karel Zak <kzak-at-redhat-dot-com>
|
||||||
Damien Durand (splinux25-at-gmail-dot-com)
|
Damien Durand <splinux25-at-gmail-dot-com>
|
||||||
|
Charles Coffing <ccoffing-at-novell-dot-com>
|
||||||
|
|
||||||
|
|
||||||
<...send a patch & get your name here...>
|
<...send a patch & get your name here...>
|
||||||
|
|
||||||
|
@ -424,7 +424,7 @@ class GRFBViewer(gtk.DrawingArea):
|
|||||||
|
|
||||||
def set_autograb_keyboard(self, grab):
|
def set_autograb_keyboard(self, grab):
|
||||||
self.autograbkey = grab
|
self.autograbkey = grab
|
||||||
if grab == False and grabbedKeyboard:
|
if grab == False and self.grabbedKeyboard:
|
||||||
self.ungrab_keyboard()
|
self.ungrab_keyboard()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user