Use the canonical form for signal names in lots of places (but by far not

2005-05-27  Sven Neumann  <sven@gimp.org>

	* (lots of files): Use the canonical form for signal names in lots
	of places (but by far not all).
This commit is contained in:
Sven Neumann
2005-05-27 13:05:26 +00:00
committed by Sven Neumann
parent 9a5cd29c69
commit 3ca90a182e
51 changed files with 194 additions and 189 deletions

View File

@ -515,7 +515,7 @@ gimp_dialog_run (GimpDialog *dialog)
unmap_handler = g_signal_connect (dialog, "unmap",
G_CALLBACK (run_unmap_handler),
&ri);
delete_handler = g_signal_connect (dialog, "delete_event",
delete_handler = g_signal_connect (dialog, "delete-event",
G_CALLBACK (run_delete_handler),
&ri);
destroy_handler = g_signal_connect (dialog, "destroy",