From: Dana Jansens Date: Sat, 7 Nov 2009 02:02:09 +0000 (-0500) Subject: fix a crash in the SessionLogout action X-Git-Tag: release-3.4.8~6^2~5 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6bb4b22cbe1edcda433a823d170620ccf252e4b1;p=dana%2Fopenbox.git fix a crash in the SessionLogout action --- diff --git a/openbox/actions/session.c b/openbox/actions/session.c index 655aee23..04ba96cb 100644 --- a/openbox/actions/session.c +++ b/openbox/actions/session.c @@ -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; }