fix a crash in the SessionLogout action
This commit is contained in:
parent
abf3660f84
commit
6bb4b22cbe
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static gboolean logout_func(ObActionsData *data, gpointer options)
|
|||
prompt_show(p, NULL, FALSE);
|
||||
}
|
||||
else
|
||||
prompt_cb(NULL, 1, NULL);
|
||||
prompt_cb(NULL, 1, o);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue