re-add badly removed line in [10506]

This commit is contained in:
Yann Leboulanger 2008-10-11 10:51:26 +00:00
parent 5d2790ab11
commit 0b56b3c44d
1 changed files with 1 additions and 0 deletions

View File

@ -3031,6 +3031,7 @@ class Interface:
return True
window.connect('delete_event',on_delete)
view.updateNamespace({'gajim': gajim})
gajim.ipython_window = window
def __init__(self):
gajim.interface = self