fix a crash in the SessionLogout action

This commit is contained in:
Dana Jansens 2009-11-06 21:02:09 -05:00
parent abf3660f84
commit 6bb4b22cbe

View file

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