From 55d4b5d554a829c1ca01c20e9f3589f9d2283add Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Mon, 8 Aug 2011 21:49:29 +0200
Subject: [PATCH] fix indentation error

---
 src/gui_interface.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/gui_interface.py b/src/gui_interface.py
index 439f9745d3..b5761c5d45 100644
--- a/src/gui_interface.py
+++ b/src/gui_interface.py
@@ -268,11 +268,11 @@ class Interface:
             if gc_control.error_dialog:
                 gc_control.error_dialog.destroy()
 
-        gc_control.error_dialog = dialogs.InputDialog(_('Password Required'),
-            _('A Password is required to join the room %s. Please type it.') % \
-            room_jid, is_modal=False, ok_handler=on_ok,
-            cancel_handler=on_cancel)
-        gc_control.error_dialog.input_entry.set_visibility(False)
+            gc_control.error_dialog = dialogs.InputDialog(_('Password Required'),
+                _('A Password is required to join the room %s. Please type it.') % \
+                room_jid, is_modal=False, ok_handler=on_ok,
+                cancel_handler=on_cancel)
+            gc_control.error_dialog.input_entry.set_visibility(False)
 
     def handle_event_gc_presence(self, obj):
         gc_control = obj.gc_control
-- 
GitLab