Thu Jul 20 16:14:29 PDT 2000

(KainX)

If GNOME-friendly E happens to be running in a non-GNOME environment, you
won't be able to exit E without eesh.  So now there are separate "Exit E" and
"Logout" options in the menu.


SVN revision: 2921
This commit is contained in:
Michael Jennings 2000-07-20 22:58:23 +00:00
parent b4ba7f822a
commit 470421d979
2 changed files with 10 additions and 1 deletions

View File

@ -4695,3 +4695,11 @@ windows centered under the mouse pointer.
vertically are positioned so that the top is visible, instead of the other
way around).
-------------------------------------------------------------------------------
Thu Jul 20 16:14:29 PDT 2000
(KainX)
If GNOME-friendly E happens to be running in a non-GNOME environment, you
won't be able to exit E without eesh. So now there are separate "Exit E" and
"Logout" options in the menu.

View File

@ -90,7 +90,8 @@ ADD_MENU_TEXT_ITEM("Help", __A_EXEC, ENLIGHTENMENT_BIN"/dox" $ER
ADD_MENU_TEXT_ITEM("About Enlightenment", __A_ABOUT, "")
ADD_MENU_TEXT_ITEM("About this theme", __A_EXEC, ENLIGHTENMENT_BIN"/dox" $ETHEME"/ABOUT")
ADD_MENU_TEXT_ITEM("Restart Enlightenment",__A_EXIT, "restart")
ADD_MENU_TEXT_ITEM("Log Out", __A_EXEC, "save-session --quit")
ADD_MENU_TEXT_ITEM("Exit Enlightenment", __A_EXIT, "logout")
ADD_MENU_TEXT_ITEM("Log Out of GNOME", __A_EXEC, "save-session --quit")
END_MENU
BEGIN_NEW_MENU("WINOPS_H", "EMPTY")