unset data ptr for notification handler in notification module

This commit is contained in:
Mike Blumenkrantz 2013-04-25 08:50:37 +01:00
parent 275000dcbf
commit 1efc663a18
1 changed files with 1 additions and 2 deletions

View 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"