>From b7bcad6c01c9364a39b5b5730b02fc66dcf0d207 Mon Sep 17 00:00:00 2001
From: Salvatore Iovene <salvatore.iovene@linux.intel.com>
Date: Wed, 15 Jun 2011 02:38:41 -0700
Subject: [PATCH 6/7] syncevo-dbus-server: update MNotification parameters to correct ones.

---
 src/NotificationBackendMLite.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/NotificationBackendMLite.cpp b/src/NotificationBackendMLite.cpp
index c7b990e..040fdd0 100644
--- a/src/NotificationBackendMLite.cpp
+++ b/src/NotificationBackendMLite.cpp
@@ -46,10 +46,11 @@ void NotificationBackendMLite::publish(
     const std::string& summary, const std::string& body,
     const std::string& viewParams)
 {
-    MNotification n (MNotification::TransferEvent);
+    MNotification n ("Sync");
 
     n.setSummary(QString::fromStdString(summary));
     n.setBody(QString::fromStdString(body));
+    n.setImage("image://themedimage/icons/settings/sync");
 
     MRemoteAction action(SYNCEVOLUTION_SERVICE_NAME,
                          SYNCEVOLUTION_OBJECT_PATH,
-- 
1.7.2.2

