Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-10-11 14:49:52 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-10-11 14:49:52 +0400
commit5d2790ab113dc445426834153c6b5a7ced5177a4 (patch)
tree407ab9a810892001c922b4eb3c4c8c3e1f4e738b /src
parent158538b81cea0f9b8348fc7e25fc3458b9894b50 (diff)
remove debuging ipython window creation. Fixes #4401
Diffstat (limited to 'src')
-rwxr-xr-xsrc/gajim.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gajim.py b/src/gajim.py
index 9a1001c0b..4acf389d0 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -3283,7 +3283,6 @@ class Interface:
gobject.timeout_add(200, self.process_connections)
gobject.timeout_add_seconds(gajim.config.get(
'check_idle_every_foo_seconds'), self.read_sleepy)
- self.create_ipython_window()
if __name__ == '__main__':
def sigint_cb(num, stack):