Use the canonical form for signal names.

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

	* (lots of files): Use the canonical form for signal names.
This commit is contained in:
Sven Neumann
2005-05-27 16:51:39 +00:00
committed by Sven Neumann
parent 3ca90a182e
commit 93eab43eef
85 changed files with 246 additions and 247 deletions

View File

@ -128,7 +128,7 @@ gimp_error_console_init (GimpErrorConsole *console)
gtk_container_add (GTK_CONTAINER (scrolled_window), console->text_view);
gtk_widget_show (console->text_view);
g_signal_connect (console->text_view, "button_press_event",
g_signal_connect (console->text_view, "button-press-event",
G_CALLBACK (gimp_error_console_button_press),
console);