Re: [Spice-devel] [spice-gtk v4 19/24] main: use xfer_task instead of task or self

2016-06-27 Thread Jonathon Jongsma
Acked-by: Jonathon Jongsma On Thu, 2016-06-23 at 19:37 +0200, Victor Toso wrote: > Another patch to rename variable and keep consistency across > channel-main. Let's avoid task which is common for GTask and self for > non SpiceMainChannel objects > --- >  src/channel-main.c | 10 +- >  1

[Spice-devel] [spice-gtk v4 19/24] main: use xfer_task instead of task or self

2016-06-23 Thread Victor Toso
Another patch to rename variable and keep consistency across channel-main. Let's avoid task which is common for GTask and self for non SpiceMainChannel objects --- src/channel-main.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/channel-main.c b/src/channel-mai