From 1efc663a182a3fd951abbc85dce6182d3eb52947 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 25 Apr 2013 08:50:37 +0100 Subject: [PATCH] unset data ptr for notification handler in notification module --- src/modules/notification/e_mod_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/notification/e_mod_main.c b/src/modules/notification/e_mod_main.c index 3ba02984c..de924e3b2 100644 --- a/src/modules/notification/e_mod_main.c +++ b/src/modules/notification/e_mod_main.c @@ -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"