use the canonical form of signal names.
2005-06-29 Sven Neumann <sven@gimp.org> * plug-ins/*/*.c: use the canonical form of signal names.
This commit is contained in:

committed by
Sven Neumann

parent
cad7543c5e
commit
19a65560cd
@ -466,7 +466,7 @@ object_on_button_press(GtkWidget *widget, GdkEventButton *event, gpointer data)
|
||||
|
||||
gdk_gc_set_function(preferences->normal_gc, GDK_EQUIV);
|
||||
|
||||
g_signal_connect(widget, "motion_notify_event",
|
||||
g_signal_connect(widget, "motion-notify-event",
|
||||
G_CALLBACK(button_motion), factory);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user