eldbus - make method calls less crasy since libdbus likes to abort
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 4 Oct 2015 08:53:46 +0000 (17:53 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 4 Oct 2015 08:53:46 +0000 (17:53 +0900)
commit9a467c0451e0ed753b922e54630bf99e58ddacfb
treeaf7f56f17564d0b70ea44597dfd18729d3be64d4
parent8a4ddea224ee2cc411269024311691cf8841a2bc
eldbus - make method calls less crasy since libdbus likes to abort

changes zmike made to e's systray make e abort due to libdbus seeing
the bus name as invalid. it actually is. it's
/org/ayatana/NotificationItem/steam for example - instead of
or.whatever.blah - thuis e aborts continually if you run steam at all.
eldbus should be more crash-proof thus this adds checks so dbus fun
doesnt cause an app to crash if it happens to call incorrect dbus names.

@fix
src/lib/eldbus/eldbus_message.c