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:
Sven Neumann
2005-06-30 16:03:24 +00:00
committed by Sven Neumann
parent cad7543c5e
commit 19a65560cd
128 changed files with 702 additions and 698 deletions

View File

@ -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);
}
}