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/test/lib
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2011-05-24 00:35:19 +0400
committerYann Leboulanger <asterix@lagaule.org>2011-05-24 00:35:19 +0400
commitbe942a0270d7954b0b0e63035e0c5a4cada1ea8d (patch)
tree307a2c975f601bd06491cbb792109949980cc22e /test/lib
parent11442f81535482b21aacf9e44e45c7fb679c9243 (diff)
don't open twice the same subscription request dialog. see #6762
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/gajim_mocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/gajim_mocks.py b/test/lib/gajim_mocks.py
index f61286c4f..52b8d0756 100644
--- a/test/lib/gajim_mocks.py
+++ b/test/lib/gajim_mocks.py
@@ -21,7 +21,7 @@ class MockConnection(Mock, ConnectionHandlersBase):
self.sessions = {}
gajim.interface.instances[account] = {'infos': {}, 'disco': {},
- 'gc_config': {}, 'search': {}}
+ 'gc_config': {}, 'search': {}, 'sub_request': {}}
gajim.interface.minimized_controls[account] = {}
gajim.contacts.add_account(account)
gajim.groups[account] = {}