Control+c, Control+v are now handled properly by nav views and otherwise

svn: r15736
This commit is contained in:
Doug Blank
2010-08-14 19:06:47 +00:00
parent 4617fa8f50
commit bc6b0e6fdf
4 changed files with 26 additions and 39 deletions

View File

@@ -1425,15 +1425,6 @@ class GrampletPane(gtk.ScrolledWindow):
return gramplet.title, table
return gramplet_panel
def call_copy(self):
return False
def call_paste(self):
return False
def call_cut(self):
return False
class Configuration(object):
"""
A config wrapper to redirect set/get to GrampletPane.