This is because of a typo. The following patch fixes it.

diff --git a/src/module/e_mod_main.c b/src/module/e_mod_main.c
index 7529687..e7a1d60 100644
--- a/src/module/e_mod_main.c
+++ b/src/module/e_mod_main.c
@@ -120,7 +120,7 @@ _notify(const int val)
    n.app_name = _("EPulse");
    n.replaces_id = mixer_context->notification_id;
    n.icon.icon = icon;
-   n.sumary = _("Volume changed");
+   n.summary = _("Volume changed");
    n.body = buf;
    n.timeout = 2000;
    e_notification_client_send(&n, _notify_cb, NULL);

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to