On Thu, Feb 15, 2007 at 06:09:56PM -0700, Charles Coffing wrote: > There's a trivial bug in the latest virt-manager hg: > > --- src/vncViewer/vnc.py~ 2007-02-15 17:54:59.000000000 -0700 > +++ src/vncViewer/vnc.py 2007-02-15 17:55:06.000000000 -0700 > @@ -424,7 +424,7 @@ > > def set_autograb_keyboard(self, grab): > self.autograbkey = grab > - if grab == False and grabbedKeyboard: > + if grab == False and self.grabbedKeyboard: > self.ungrab_keyboard() Thanks, have applied the patch to the mercurial repo. Regards, Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|