summaryrefslogtreecommitdiff
path: root/net-im/turpial/files/patch-turpial__ui__qt__worker.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/turpial/files/patch-turpial__ui__qt__worker.py')
-rw-r--r--net-im/turpial/files/patch-turpial__ui__qt__worker.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-im/turpial/files/patch-turpial__ui__qt__worker.py b/net-im/turpial/files/patch-turpial__ui__qt__worker.py
deleted file mode 100644
index 25622acea85a..000000000000
--- a/net-im/turpial/files/patch-turpial__ui__qt__worker.py
+++ /dev/null
@@ -1,17 +0,0 @@
-Taken from commit 6c26b50205
-
---- ./turpial/ui/qt/worker.py.orig 2013-12-19 01:59:58.000000000 +0000
-+++ ./turpial/ui/qt/worker.py 2014-02-22 14:36:16.000000000 +0000
-@@ -336,10 +336,10 @@
- # FIXME: Remove this after implement this in libturpial
- def load_account(self, account_id, trigger_signal=True):
- if trigger_signal:
-- self.register(self.core.accman.load, (account_id),
-+ self.register(self.core.account_manager.load, (account_id),
- self.__after_load_account)
- else:
-- self.core.accman.load(account_id)
-+ self.core.account_manager.load(account_id)
- self.__after_load_account()
-
- def delete_account(self, account_id):