[PATCH] Set window group leader for each Nautilus window



The attached patch fixes bug 116004 [1].

[1] http://bugzilla.gnome.org/show_bug.cgi?id=116004

-- 
Christian Neumair <chris gnome-de org>

Index: src/nautilus-window.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-window.c,v
retrieving revision 1.456
diff -u -p -r1.456 nautilus-window.c
--- src/nautilus-window.c	3 Oct 2005 08:23:54 -0000	1.456
+++ src/nautilus-window.c	12 Oct 2005 20:47:51 -0000
@@ -692,6 +692,7 @@ nautilus_window_realize (GtkWidget *widg
 {
 	GTK_WIDGET_CLASS (nautilus_window_parent_class)->realize (widget);
 	update_cursor (NAUTILUS_WINDOW (widget));
+	gdk_window_set_group (widget->window, widget->window);
 }
 
 /*

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]