Re: [Spice-devel] [spicy PATCH 2/6 v6] spicy: Changed the dialog into a window

2015-06-18 Thread Christophe Fergeau
On Thu, Jun 18, 2015 at 04:39:26PM +0200, Christophe Fergeau wrote: > ACK. And I've pushed the series. Christophe pgpXxiUcaskGN.pgp Description: PGP signature ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/

Re: [Spice-devel] [spicy PATCH 2/6 v6] spicy: Changed the dialog into a window

2015-06-18 Thread Christophe Fergeau
ACK. Christophe On Thu, Jun 18, 2015 at 04:35:24PM +0200, Lukas Venhoda wrote: > Changed connect dialog from GtkDialog to GtkWindow. > > Added the necessary signals and buttons, to keep then > behaviour of a dialog (ESC to close, ENTER to submit). > > spicy_connect_dialog now returns TRUE and F

[Spice-devel] [spicy PATCH 2/6 v6] spicy: Changed the dialog into a window

2015-06-18 Thread Lukas Venhoda
Changed connect dialog from GtkDialog to GtkWindow. Added the necessary signals and buttons, to keep then behaviour of a dialog (ESC to close, ENTER to submit). spicy_connect_dialog now returns TRUE and FALSE instead of 0 and -1. --- Changes since v5 - Changed gtk2 compatibility macro back -