Code review comment for lp:~3v1n0/bamf/safe-win-reopen-on-new-desktop

Revision history for this message
Michal Hruby (mhr3) wrote :

243 g_signal_emit_by_name (self, "closed");
244 + self->is_closed = TRUE;

Shouldn't the is_closed be set before emitting the signal? That way calling the .is_closed method will return proper value even inside the handler.

« Back to merge proposal