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);
}

View File

@@ -28,14 +28,6 @@ Options
Only useful in startup mode (if '-s' or '--startup' are given). Mainly to test
splash screen themes
-a, --autostart::
Run in autostart mode. It will check 'autostart' directory and run .desktop
files from it. This will be done according to freedesktop.org autostart specification.
-u, --autostart-safe::
Same as '-a' or '--autostart' option, but display dialog with items that should
be run.
-h, --help::
This help.