somebody commit spaces ...

This commit is contained in:
Vincent Hanquez 2005-03-29 17:49:10 +00:00
parent be06ef1ecb
commit 41638ba9d0

View file

@ -1341,7 +1341,7 @@ class Account_modification_window:
class Accounts_window: class Accounts_window:
"""Class for accounts window: lists of accounts""" """Class for accounts window: lists of accounts"""
def on_delete_event(self, widget, event): def on_delete_event(self, widget, event):
self.window.hide() self.window.hide()
return True # do NOT destory the window return True # do NOT destory the window
def on_close_button_clicked(self, widget): def on_close_button_clicked(self, widget):