A small documentation update for evoke.

Do not compile running code for ede-launch-sn in ede-launch when startup-notification was not found.
Allow report button only for ede applications.
This commit is contained in:
Sanel Zukan
2009-07-07 11:57:45 +00:00
parent fffdfec7e7
commit be2cb085b9
4 changed files with 87 additions and 27 deletions

View File

@ -73,8 +73,8 @@ static void send_dbus_ede_quit(void) {
E_RETURN_IF_FAIL(c.connect(EDBUS_SESSION));
EdbusMessage msg;
msg.create_signal("/org/equinoxproject/Shutdown", "org.equinoxproject.Shutdown", "Shutdown");
msg.create_signal("/org/equinoxproject/Shutdown", "org.equinoxproject.Shutdown", "Shutdown");
c.send(msg);
}