discomfitor pushed a commit to branch master.

commit 1efc663a182a3fd951abbc85dce6182d3eb52947
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Apr 25 08:50:37 2013 +0100

    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 3ba0298..de924e3 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"

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to