mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Reduced one warning message
Let logout menu option call ede-shutdown
This commit is contained in:
parent
129c7987c4
commit
89c13efc6d
@ -13,6 +13,8 @@
|
||||
#include <signal.h>
|
||||
#include <efltk/Fl_Image.h> // icons
|
||||
|
||||
#include "icons/penguin.xpm"
|
||||
|
||||
// widgets
|
||||
Fl_Window* windowLogoutDialog;
|
||||
Fl_Round_Button* logoutRadioItemLogoutDialog;
|
||||
|
@ -13,9 +13,6 @@
|
||||
#include <efltk/Fl_Box.h>
|
||||
#include <efltk/Fl_Divider.h>
|
||||
|
||||
#include "icons/penguin.xpm"
|
||||
|
||||
|
||||
// which of these can be safely removed? what should be extern and
|
||||
// what shouldn't?
|
||||
|
||||
|
@ -54,7 +54,7 @@ static const char default_menu[] =
|
||||
<Item Type=\"Exec\" Icon=\"lock.png\" Exec=\"xlock\">\n\
|
||||
<Name>Lock</Name>\n\
|
||||
</Item>\n\
|
||||
<Item Type=\"Exec\" Icon=\"logout.png\" Exec=\"$LOGOUT\">\n\
|
||||
<Item Type=\"Exec\" Icon=\"logout.png\" Exec=\"ede-shutdown\">\n\
|
||||
<Name>Logout</Name>\n\
|
||||
</Item>\n\
|
||||
</Menu>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user