Blob Blame History Raw
--- syncevolution-1.1/src/syncevo-dbus-server.cpp	2010-10-21 00:56:31.000000000 -0700
+++ syncevolution-1.1/src/syncevo-dbus-server.cpp.new	2010-11-24 14:43:13.717662962 -0800
@@ -6108,7 +6108,7 @@
         notify_notification_clear_actions(m_notification);
         notify_notification_close(m_notification, NULL);
     }
-    m_notification = notify_notification_new(summary, body, NULL, NULL);
+    m_notification = notify_notification_new(summary, body, NULL);
     //if actions are not supported, don't add actions
     //An example is Ubuntu Notify OSD. It uses an alert box
     //instead of a bubble when a notification is appended with actions.