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:
committed by
Sven Neumann
parent
9a5cd29c69
commit
3ca90a182e
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user