the #ifdef was backwards for using SM or not
This commit is contained in:
parent
7ea56abf05
commit
527ecafab9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ static void prompt_cb(ObPrompt *p, gint result, gpointer data)
|
|||
{
|
||||
Options *o = data;
|
||||
if (result) {
|
||||
#ifndef USE_SM
|
||||
#ifdef USE_SM
|
||||
session_request_logout(o->silent);
|
||||
#else
|
||||
g_message(_("The SessionLogout actions is not available since Openbox was built without session management support"));
|
||||
|
|
Loading…
Reference in a new issue