From 76cffe6bf98c95af728d01e015d2ee767e1eabc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Fri, 4 Feb 2011 17:01:22 +0100 Subject: Make FreeDesktop notification async. diff --git a/Swift/QtUI/FreeDesktopNotifier.cpp b/Swift/QtUI/FreeDesktopNotifier.cpp index 6db1da1..1edf19c 100644 --- a/Swift/QtUI/FreeDesktopNotifier.cpp +++ b/Swift/QtUI/FreeDesktopNotifier.cpp @@ -52,7 +52,7 @@ void FreeDesktopNotifier::showMessage(Type type, const String& subject, const St msg << hints; // Hints to the server displaying the message msg << qint32(timeout*1000); // Timeout in milliseconds - bus.call(msg); + bus.asyncCall(msg); } } -- cgit v0.10.2-6-g49f6