mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user