aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/engine-eds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine-eds.cpp b/src/engine-eds.cpp
index f3b08cd..bd94251 100644
--- a/src/engine-eds.cpp
+++ b/src/engine-eds.cpp
@@ -61,9 +61,9 @@ public:
e_source_registry_new(m_cancellable.get(), on_source_registry_ready, this);
m_myself = std::unique_ptr<Myself>(new Myself());
- /*m_myself->emails().changed().connect([this](const std::set<std::string> &) {
+ m_myself->emails().changed().connect([this](std::vector<std::string>) {
set_dirty_soon();
- });*/
+ });
}
~Impl()