unset data ptr for notification handler in notification module
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Thu, 25 Apr 2013 07:50:37 +0000 (08:50 +0100)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Thu, 25 Apr 2013 07:50:37 +0000 (08:50 +0100)
src/modules/notification/e_mod_main.c

index 3ba0298..de924e3 100644 (file)
@@ -244,8 +244,7 @@ e_modapi_init(E_Module *m)
 
    /* set up the notification daemon */
    if (!e_notification_server_register(&server_info, _notification_cb_notify,
-                                       _notification_cb_close,
-                                       notification_cfg))
+                                       _notification_cb_close, NULL))
      {
         e_util_dialog_show(_("Error during notification server initialization"),
                            _("Ensure there's no other module acting as a server"