Re: [Spice-devel] [spice-gtk] Fix using NULL main channel reference

2018-10-02 Thread Frediano Ziglio
> Hi again > El lun, 24-09-2018 a las 08:25 +0200, Javier Celaya escribió: > > Hi > > > El mié, 19-09-2018 a las 15:30 +0200, Victor Toso escribió: > > > > Hi, > > > > > > On Mon, Aug 13, 2018 at 01:44:37PM +0200, Javier Celaya wrote: > > > > > > Hi, sorry for the late response, I was on

Re: [Spice-devel] [spice-gtk] Fix using NULL main channel reference

2018-09-23 Thread Javier Celaya
Hi again El lun, 24-09-2018 a las 08:25 +0200, Javier Celaya escribió: > Hi > > El mié, 19-09-2018 a las 15:30 +0200, Victor Toso escribió: > > Hi, > > On Mon, Aug 13, 2018 at 01:44:37PM +0200, Javier Celaya wrote: > > Hi, sorry for the late response, I was on holidaysEl mar, 24-07- > > 2018 a las

Re: [Spice-devel] [spice-gtk] Fix using NULL main channel reference

2018-09-23 Thread Javier Celaya
Hi El mié, 19-09-2018 a las 15:30 +0200, Victor Toso escribió: > Hi, > On Mon, Aug 13, 2018 at 01:44:37PM +0200, Javier Celaya wrote: > Hi, sorry for the late response, I was on holidaysEl mar, 24-07-2018 > a las 17:58 +0200, Marc-André Lureau escribió: > On Mon, Jul 16, 2018 at 6:45 PM, Javier Cel

Re: [Spice-devel] [spice-gtk] Fix using NULL main channel reference

2018-09-19 Thread Victor Toso
Hi, On Mon, Aug 13, 2018 at 01:44:37PM +0200, Javier Celaya wrote: > Hi, sorry for the late response, I was on holidays > El mar, 24-07-2018 a las 17:58 +0200, Marc-André Lureau escribió: > > On Mon, Jul 16, 2018 at 6:45 PM, Javier Celaya > com> wrote:The main channel reference d->main of SpiceWid

Re: [Spice-devel] [spice-gtk] Fix using NULL main channel reference

2018-08-22 Thread Javier Celaya
Ping El lun, 13-08-2018 a las 13:44 +0200, Javier Celaya escribió: > Hi, sorry for the late response, I was on holidays > > El mar, 24-07-2018 a las 17:58 +0200, Marc-André Lureau escribió: > > On Mon, Jul 16, 2018 at 6:45 PM, Javier Celaya > i.com> wrote:The main channel reference d->main of Spic

Re: [Spice-devel] [spice-gtk] Fix using NULL main channel reference

2018-08-13 Thread Javier Celaya
Hi, sorry for the late response, I was on holidays El mar, 24-07-2018 a las 17:58 +0200, Marc-André Lureau escribió: > On Mon, Jul 16, 2018 at 6:45 PM, Javier Celaya com> wrote:The main channel reference d->main of SpiceWidget is > initialized onconstruction. However, it is used a couple of times >

Re: [Spice-devel] [spice-gtk] Fix using NULL main channel reference

2018-07-24 Thread Marc-André Lureau
On Mon, Jul 16, 2018 at 6:45 PM, Javier Celaya wrote: > The main channel reference d->main of SpiceWidget is initialized on > construction. However, it is used a couple of times before that moment > while setting the default values of some properties, like resize-guest. > This results in some anno

Re: [Spice-devel] [spice-gtk] Fix using NULL main channel reference

2018-07-17 Thread Frediano Ziglio
> > The main channel reference d->main of SpiceWidget is initialized on > construction. However, it is used a couple of times before that moment > while setting the default values of some properties, like resize-guest. > This results in some annoying critical log messages. This commit makes > sure

[Spice-devel] [spice-gtk] Fix using NULL main channel reference

2018-07-16 Thread Javier Celaya
The main channel reference d->main of SpiceWidget is initialized on construction. However, it is used a couple of times before that moment while setting the default values of some properties, like resize-guest. This results in some annoying critical log messages. This commit makes sure that d->main