[ekiga] Made the Opal::Account::remove method correctly emit the removed signal



commit cbb66587caa324efb1901bf63ee5e8154f5d92ff
Author: Snark <jpuydt gnome org>
Date:   Wed Feb 16 21:07:29 2011 +0100

    Made the Opal::Account::remove method correctly emit the removed signal

 lib/engine/components/opal/opal-account.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 2e194c1..f2e9968 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -355,6 +355,7 @@ void Opal::Account::remove ()
   endpoint->unsubscribe (*this);
 
   trigger_saving ();
+  removed ();
 }
 
 



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