actually start dbus stuff c/o cedric

SVN revision: 64870
This commit is contained in:
Mike Blumenkrantz 2011-11-07 15:56:48 +00:00
parent be57a363bf
commit eb623c407e
1 changed files with 1 additions and 2 deletions

View File

@ -211,9 +211,8 @@ e_mixer_pulse_init(void)
{
pulse_init();
conn = pulse_new();
EINA_SAFETY_ON_NULL_GOTO(conn, error);
if (dbus) goto error;
if (!pulse_connect(conn))
if ((!conn) || (!pulse_connect(conn)))
{
DBusMessage *msg;