6331757 SessionSpice: make main-window a property

Authored and Committed by jjongsma 8 years ago
    SessionSpice: make main-window a property
    
    Make "main-window" a construct-only property of VirtViewerSessionSpice.
    This allows us to set it in the constructor and encapsulate all of the
    setup within the gobject constructor rather than doing extra work in the
    _new() function.
    
        
file modified
+77 -45