diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-28 09:02:48 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-28 10:45:51 +0200 |
commit | bd62b0c97bf7aa9f4c864367a159ea479c256bc1 (patch) | |
tree | 7ea317f2dc4e45b2da0b83e12dcae6144bfc7fbf /framework/src | |
parent | ef0756cdc8d94240da268b506f0e9f753abe7470 (diff) | |
download | kube-bd62b0c97bf7aa9f4c864367a159ea479c256bc1.tar.gz kube-bd62b0c97bf7aa9f4c864367a159ea479c256bc1.zip |
Fixed mark as important
Diffstat (limited to 'framework/src')
-rw-r--r-- | framework/src/sinkfabric.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/sinkfabric.cpp b/framework/src/sinkfabric.cpp index 916cc8fa..42e6d817 100644 --- a/framework/src/sinkfabric.cpp +++ b/framework/src/sinkfabric.cpp | |||
@@ -108,7 +108,7 @@ public: | |||
108 | Store::modify(*mail).exec(); | 108 | Store::modify(*mail).exec(); |
109 | } | 109 | } |
110 | } | 110 | } |
111 | if (id == "toggleImportant"/*Kube::Messages::synchronize*/) { | 111 | if (id == "setImportant"/*Kube::Messages::synchronize*/) { |
112 | if (auto mail = message["mail"].value<ApplicationDomain::Mail::Ptr>()) { | 112 | if (auto mail = message["mail"].value<ApplicationDomain::Mail::Ptr>()) { |
113 | mail->setImportant(message["important"].toBool()); | 113 | mail->setImportant(message["important"].toBool()); |
114 | Store::modify(*mail).exec(); | 114 | Store::modify(*mail).exec(); |