0085a00cee
Copy from GNOME:Factory/startup-notification based on submit request 47804 from user vuntz OBS-URL: https://build.opensuse.org/request/show/47804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/startup-notification?expand=0&rev=13
22 lines
643 B
Diff
22 lines
643 B
Diff
From 76ede84816d187e3c6ce11ec03dbe9167f5738dc Mon Sep 17 00:00:00 2001
|
|
From: Julien Danjou <julien@danjou.info>
|
|
Date: Mon, 24 May 2010 12:25:02 +0000
|
|
Subject: Fix sn-launcher not using screen number
|
|
|
|
Signed-off-by: Julien Danjou <julien@danjou.info>
|
|
---
|
|
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;
|
|
--
|
|
cgit v0.8.3-6-g21f6
|