diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py
index 251b8922a424f4301c9e0cdb2e5d994a81a25acb..170a66eb36b4dc291d14ecb8d0e9845c53a643d2 100644
--- a/plugins/gtkgui/config.py
+++ b/plugins/gtkgui/config.py
@@ -1341,9 +1341,9 @@ class Account_modification_window:
 class Accounts_window:
 	"""Class for accounts window: lists of accounts"""
 	def on_delete_event(self, widget, event):
-  		self.window.hide()  
+		self.window.hide()  
 		return True # do NOT destory the window 
-		
+
 	def on_close_button_clicked(self, widget):
 		self.window.hide()