[ekiga] Account: Fixed typo.



commit 88c601eeb6bc48eaacfcc640be8e24bc12b4f836
Author: Damien Sandras <dsandras seconix com>
Date:   Sat Jun 20 18:09:18 2015 +0200

    Account: Fixed typo.

 lib/engine/account/bank-impl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/account/bank-impl.h b/lib/engine/account/bank-impl.h
index 95cd874..3871fec 100644
--- a/lib/engine/account/bank-impl.h
+++ b/lib/engine/account/bank-impl.h
@@ -197,7 +197,7 @@ void
 Ekiga::BankImpl<AccountType>::add_account (boost::shared_ptr<AccountType> account)
 {
   accounts.add_object (account);
-  accounts.add_connection (accounts, account->questions.connect (boost::ref (questions)));
+  accounts.add_connection (account, account->questions.connect (boost::ref (questions)));
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]