c2ca854
commit c47fc5454039a9e7093f179c1e06ffc576dc1ad3
c2ca854
Author: Cole Robinson <crobinso@redhat.com>
c2ca854
Date:   Mon Feb 6 17:57:14 2012 -0500
c2ca854
c2ca854
    vnc: Fix accidental recursion we reporting grab keys
c2ca854
c2ca854
diff --git a/src/virtManager/console.py b/src/virtManager/console.py
c2ca854
index 3b39a6c..13fc755 100644
c2ca854
--- a/src/virtManager/console.py
c2ca854
+++ b/src/virtManager/console.py
c2ca854
@@ -387,12 +387,6 @@ class VNCViewer(Viewer):
c2ca854
     def open_fd(self, fd):
c2ca854
         self.display.open_fd(fd)
c2ca854
 
c2ca854
-    def get_grab_keys(self):
c2ca854
-        keystr = self.get_grab_keys()
c2ca854
-        if not keystr:
c2ca854
-            keystr = "Control_L+Alt_L"
c2ca854
-        return keystr
c2ca854
-
c2ca854
     def set_credential_username(self, cred):
c2ca854
         self.display.set_credential(gtkvnc.CREDENTIAL_USERNAME, cred)
c2ca854