Re: [Spice-devel] [spice-gtk 1/2] clipboard: Add fixup_clipboard_text helper

2016-08-31 Thread Pavel Grunt
On Wed, 2016-08-31 at 10:52 +0200, Christophe Fergeau wrote: > On Mon, Aug 15, 2016 at 12:37:51PM +0200, Pavel Grunt wrote: > > > Hi Christophe, > > > > On Wed, 2016-08-10 at 12:26 +0200, Christophe Fergeau wrote: > > > > > This makes clipboard_received_cb a bit shorter, and will be useful > > >

Re: [Spice-devel] [spice-gtk 1/2] clipboard: Add fixup_clipboard_text helper

2016-08-31 Thread Christophe Fergeau
On Mon, Aug 15, 2016 at 12:37:51PM +0200, Pavel Grunt wrote: > Hi Christophe, > > On Wed, 2016-08-10 at 12:26 +0200, Christophe Fergeau wrote: > > This makes clipboard_received_cb a bit shorter, and will be useful > > in the next commit. > > --- > >  src/spice-gtk-session.c | 63 > > +

Re: [Spice-devel] [spice-gtk 1/2] clipboard: Add fixup_clipboard_text helper

2016-08-15 Thread Pavel Grunt
Hi Christophe, On Wed, 2016-08-10 at 12:26 +0200, Christophe Fergeau wrote: > This makes clipboard_received_cb a bit shorter, and will be useful > in the next commit. > --- >  src/spice-gtk-session.c | 63 +--- > - >  1 file changed, 38 insertions(+), 25

[Spice-devel] [spice-gtk 1/2] clipboard: Add fixup_clipboard_text helper

2016-08-10 Thread Christophe Fergeau
This makes clipboard_received_cb a bit shorter, and will be useful in the next commit. --- src/spice-gtk-session.c | 63 + 1 file changed, 38 insertions(+), 25 deletions(-) diff --git a/src/spice-gtk-session.c b/src/spice-gtk-session.c index 6cdae87