[gnome-panel/gnome-2-26] [panel] Fix crash when clicking launcher on second screen
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-panel/gnome-2-26] [panel] Fix crash when clicking launcher on second screen
- Date: Wed, 1 Jul 2009 13:04:54 +0000 (UTC)
commit f3d3f591096a9507a7e33b4f91d29fed6a327a46
Author: Gerd Kohlberger <lowfi chello at>
Date: Wed Jul 1 14:13:50 2009 +0200
[panel] Fix crash when clicking launcher on second screen
The window used for the composited animation was not using the right
screen.
http://bugzilla.gnome.org/show_bug.cgi?id=551879
gnome-panel/xstuff.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnome-panel/xstuff.c b/gnome-panel/xstuff.c
index 097f043..2ac9c44 100644
--- a/gnome-panel/xstuff.c
+++ b/gnome-panel/xstuff.c
@@ -410,6 +410,7 @@ draw_zoom_animation_composited (GdkScreen *gscreen,
win = gtk_window_new (GTK_WINDOW_POPUP);
+ gtk_window_set_screen (GTK_WINDOW (win), gscreen);
gtk_window_set_keep_above (GTK_WINDOW (win), TRUE);
gtk_window_set_decorated (GTK_WINDOW (win), FALSE);
gtk_widget_set_app_paintable(win, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]