changeset 21292:381801c6b4e3

Another transience fix committer: Ethan Blanton <elb@pidgin.im>
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 10 Nov 2007 15:37:23 +0000
parents 13cc55dff880
children 283f8bf540b3
files pidgin/gtkpounce.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkpounce.c	Sat Nov 10 13:15:44 2007 +0000
+++ b/pidgin/gtkpounce.c	Sat Nov 10 15:37:23 2007 +0000
@@ -531,6 +531,7 @@
 	gtk_window_set_title(GTK_WINDOW(window), (cur_pounce == NULL ? _("New Buddy Pounce") : _("Edit Buddy Pounce")));
 	gtk_window_set_role(GTK_WINDOW(window), "buddy_pounce");
 	gtk_container_set_border_width(GTK_CONTAINER(dialog->window), PIDGIN_HIG_BORDER);
+	gtk_window_set_transient_for(GTK_WINDOW(window), parent);
 
 	g_signal_connect(G_OBJECT(window), "delete_event",
 					 G_CALLBACK(delete_win_cb), dialog);