summaryrefslogtreecommitdiff
path: root/protocols/GmailNotifier/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/GmailNotifier/src/options.cpp')
-rw-r--r--protocols/GmailNotifier/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GmailNotifier/src/options.cpp b/protocols/GmailNotifier/src/options.cpp
index 01076473e4..35ba71cb30 100644
--- a/protocols/GmailNotifier/src/options.cpp
+++ b/protocols/GmailNotifier/src/options.cpp
@@ -197,7 +197,7 @@ public:
Account &acc = g_accs[curIndex];
DeleteResults(acc.results.next);
- db_delete_contact(acc.hContact);
+ db_delete_contact(acc.hContact, true);
g_accs.remove(curIndex);
m_combo.SetCurSel(curIndex = 0);