[gaim-migrate @ 18047]

Fri, 22 Dec 2006 08:41:29 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Fri, 22 Dec 2006 08:41:29 +0000
changeset 15319
f8f83efdc3a6
parent 15318
6cd6b50e812b
child 15320
c4eea0409712

[gaim-migrate @ 18047]
Make sure the file-select dialogs (for execute-a-command or play-a-sound) are
closed when the pounce-dialog is closed.

gtk/gtkpounce.c file | annotate | diff | comparison | revisions
--- a/gtk/gtkpounce.c	Fri Dec 22 08:33:12 2006 +0000
+++ b/gtk/gtkpounce.c	Fri Dec 22 08:41:29 2006 +0000
@@ -154,6 +154,8 @@
 
 	gaim_request_file(entry, _("Select a file"), name, FALSE,
 					  G_CALLBACK(pounce_update_entry_fields), NULL, entry);
+	g_signal_connect_swapped(G_OBJECT(entry), "destroy",
+			G_CALLBACK(gaim_request_close_with_handle), entry);
 }
 
 static void

mercurial