Re: [E-devel] [EGIT] [core/enlightenment] master 01/02: only set bd->destroyed when window is actually destroyed

2013-12-10 Thread Tom Hacohen
Just making sure it's correct, as it looks a bit odd: You just removed a variable set, you didn't set it otherwise. I'm assuming it was set twice (again later, when meant to), so it's fine, but just raising the flag to make sure. -- Tom. On 10/12/13 16:31, Mike Blumenkrantz wrote: > discomfitor

Re: [E-devel] [EGIT] [core/enlightenment] master 01/02: only set bd->destroyed when window is actually destroyed

2013-12-10 Thread Michael Blumenkrantz
I'm always sure, but thanks for your paranoia. On Tue, 10 Dec 2013 16:35:01 + Tom Hacohen wrote: > Just making sure it's correct, as it looks a bit odd: > You just removed a variable set, you didn't set it otherwise. I'm > assuming it was set twice (again later, when meant to), so it's fine