From: "Libor Zoubek" <lzoubek@jezzovo.net>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jul 2011 07:49:50 +0000 (07:49 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jul 2011 07:49:50 +0000 (07:49 +0000)
commit736e5b1e16e03aba22b45a45e299bfca18a1bda0
tree90e463b902d0a415d6c2dcdd25a18dc9f3d746cc
parentd67d7522f48791e3b375df2bcdc632304871cc9c
From: "Libor Zoubek" <lzoubek@jezzovo.net>
Subject: Re: [E-devel] [patch] e_dbus notification

I've reported a bug http://trac.enlightenment.org/e/ticket/775
Please review/apply attached patch that fixes above bug.

I am using libnotify 0.7.2. e_module-notification does not react on
anyhing like

notify-send -u critical "hello" "hello"

This prevents working notification when using for example xchat-2.8.8.
I was watching dbus-monitor and found out, that e_dbus does not return
proper values when getServerInformation is called. By  this spec
(v1.2) getServerInformation should return 4 string values, not 3 as it
was in  v0.9

Please apply attached patch which fixes this bug

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@61731 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/notification/E_Notification_Daemon.h
src/lib/notification/E_Notify.h
src/lib/notification/daemon.c
src/lib/notification/e_notify_private.h
src/lib/notification/marshal.c