clean some window management bugs
svn: r8888
This commit is contained in:
@@ -273,6 +273,13 @@ class EditNote(EditPrimary):
|
||||
log.debug("Initial Note: %s" % buffer.get_text())
|
||||
else:
|
||||
self.empty = True
|
||||
|
||||
def build_menu_names(self, person):
|
||||
"""
|
||||
Provides the information needed by the base class to define the
|
||||
window management menu entries.
|
||||
"""
|
||||
return (_('Edit Note'), self.get_menu_title())
|
||||
|
||||
def on_textview_key_press_event(self, textview, event):
|
||||
"""Handle shortcuts in the TextView."""
|
||||
|
Reference in New Issue
Block a user