X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprompt.c;h=88c74b68d048baf3519a753303b547be07e4b7c0;hb=29b735d8a92b425a00c0587f78d7d229cbba3012;hp=051c993af45af5732d7e117f964884b41a169618;hpb=c94992179e99f4088f3a1cb8e304a9fb6035170d;p=chaz%2Fopenbox diff --git a/openbox/prompt.c b/openbox/prompt.c index 051c993a..88c74b68 100644 --- a/openbox/prompt.c +++ b/openbox/prompt.c @@ -595,7 +595,7 @@ static void prompt_run_callback(ObPrompt *self, gint result) { prompt_ref(self); if (self->func) { - gboolean clean = self->func(self, self->focus->result, self->data); + gboolean clean = self->func(self, result, self->data); if (clean && self->cleanup) self->cleanup(self, self->data); }