remove a print
This commit is contained in:
parent
c7f8486e8c
commit
f2cedc68a3
|
@ -660,7 +660,6 @@ class Chat:
|
||||||
server, room = jid.split('@')
|
server, room = jid.split('@')
|
||||||
if self.plugin.windows[self.account].has_key('join_gc'):
|
if self.plugin.windows[self.account].has_key('join_gc'):
|
||||||
instance = self.plugin.windows[self.account]['join_gc']
|
instance = self.plugin.windows[self.account]['join_gc']
|
||||||
print instance.xml
|
|
||||||
instance.xml.get_widget('server_entry').set_text(server)
|
instance.xml.get_widget('server_entry').set_text(server)
|
||||||
instance.xml.get_widget('room_entry').set_text(room)
|
instance.xml.get_widget('room_entry').set_text(room)
|
||||||
self.plugin.windows[self.account]['join_gc'].window.present()
|
self.plugin.windows[self.account]['join_gc'].window.present()
|
||||||
|
|
Loading…
Reference in New Issue