[geary/wip/362-utf8-attachments: 8/8] Fixb build warning



commit 58afbc0b3c043b425eeb0ee77842480925526436
Author: Michael Gratton <mike vee net>
Date:   Fri Jul 19 20:52:15 2019 +1000

    Fixb build warning

 src/client/application/application-contact.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/application/application-contact.vala b/src/client/application/application-contact.vala
index 2cd9a254..2cb9cb4a 100644
--- a/src/client/application/application-contact.vala
+++ b/src/client/application/application-contact.vala
@@ -205,7 +205,7 @@ public class Application.Contact : Geary.BaseObject {
         update();
         changed();
 
-        open_on_desktop(cancellable);
+        yield open_on_desktop(cancellable);
 
         // XXX Un-comment and use the section below instead of the
         // code above when something has been done about


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