window: prevent default handler for delete-event from running

This commit is contained in:
René Stadler 2012-03-31 01:16:25 +02:00 committed by Stefan Sauer
parent 9829e2bec1
commit bcfc4197d8

View file

@ -510,6 +510,8 @@ class Window (object):
self.actions.close_window.activate ()
return True
@action
def handle_new_window_action_activate (self, action):