[ekiga] Made opal account removals actually remove the accounts
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Made opal account removals actually remove the accounts
- Date: Fri, 10 Jan 2014 20:26:39 +0000 (UTC)
commit 8ee0b5bbede38e49fc7194f35d2f45e0e731d42c
Author: Julien Puydt <jpuydt free fr>
Date: Fri Jan 10 21:26:16 2014 +0100
Made opal account removals actually remove the accounts
lib/engine/components/opal/opal-account.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 78a8178..7772d23 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -517,6 +517,9 @@ Opal::Account::remove ()
return;
}
+ xmlUnlinkNode (node);
+ xmlFreeNode (node);
+
trigger_saving ();
removed ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]