]> Dogcows Code - chaz/openbox/commitdiff
fix a crash in the SessionLogout action
authorDana Jansens <danakj@orodu.net>
Sat, 7 Nov 2009 02:02:09 +0000 (21:02 -0500)
committerDana Jansens <danakj@orodu.net>
Sat, 7 Nov 2009 02:02:09 +0000 (21:02 -0500)
openbox/actions/session.c

index 655aee230641f867e5705b3a7cd5f02d31019ac0..04ba96cbd81dc5edfe9bb1667c1fc3436b8fc1ff 100644 (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;
 }
This page took 0.026387 seconds and 4 git commands to generate.