[gnome-panel] [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] [panel] Fix crash when clicking launcher on second screen
- Date: Wed, 1 Jul 2009 12:15:06 +0000 (UTC)
commit d1ea0cac13a1024716f0485da1853119ac71a9fa
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]