Signed-off-by: Julien Danjou <[email protected]> --- libsn/sn-launcher.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libsn/sn-launcher.c b/libsn/sn-launcher.c index 089b5c2..f1d5e99 100644 --- a/libsn/sn-launcher.c +++ b/libsn/sn-launcher.c @@ -78,6 +78,7 @@ sn_launcher_context_new (SnDisplay *display, context->refcount = 1; context->display = display; + context->screen = screen; sn_display_ref (context->display); context->workspace = -1; -- 1.7.1 _______________________________________________ xdg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xdg
