Connect dialog was hardcoded, and didn't have a parent window. Changed dialog to a window, because spicy creates no window prior to creating the dialog. No parent can be supplied. Moved UI definition from code to XML. Moved the "dialog" code to its own module. --- Changes since v1: - Rebased for latest directory structure I realize Spicy is just a test tool. I will do this work in remote-viewer as well --- Lukas Venhoda (3): spicy-connect: Connect dialog changed to window spicy-connect: Added new source files to Makefile spicy: Removed connect dialog from spicy.c src/Makefile.am | 2 + src/spicy-connect.c | 293 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/spicy-connect.h | 26 +++++ src/spicy.c | 129 +---------------------- 4 files changed, 325 insertions(+), 125 deletions(-) create mode 100644 src/spicy-connect.c create mode 100644 src/spicy-connect.h -- 2.4.2 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel