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
@ -179,7 +179,7 @@ gimp_help_connect (GtkWidget *widget,
|
||||
|
||||
g_object_set_data (G_OBJECT (widget), "gimp-help-data", help_data);
|
||||
|
||||
g_signal_connect (widget, "show_help",
|
||||
g_signal_connect (widget, "show-help",
|
||||
G_CALLBACK (gimp_help_callback),
|
||||
help_func);
|
||||
|
||||
@ -379,7 +379,7 @@ gimp_context_help_idle_start (gpointer widget)
|
||||
|
||||
gtk_grab_add (invisible);
|
||||
|
||||
g_signal_connect (invisible, "button_press_event",
|
||||
g_signal_connect (invisible, "button-press-event",
|
||||
G_CALLBACK (gimp_context_help_button_press),
|
||||
NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user