Fix a typo. (#354035, Mariano Suárez-Alvarez)

2006-09-03  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkwidget.c (gtk_widget_class_init): Fix a typo.
	(#354035, Mariano Suárez-Alvarez)
This commit is contained in:
Matthias Clasen 2006-09-03 06:08:20 +00:00 committed by Matthias Clasen
parent 805782a574
commit df29084c1f
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-09-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Fix a typo.
(#354035, Mariano Suárez-Alvarez)
* gtk/gtkmain.c (post_parse_hook):
* gdk/gdk.c (gdk_init): Handle display_name being NULL.
(#354004, Chris Wilson)

View File

@ -1208,7 +1208,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
* %TRUE. In this case, the handler must ensure that gtk_drag_finish() is called
* to let the source know that the drop is done. The call to gtk_drag_finish()
* can be done either directly or in a ::drag-data-received handler which gets
* triggered by calling gtk_drop_get_data() to receive the data for one or more
* triggered by calling gtk_drag_get_data() to receive the data for one or more
* of the supported targets.
*/
widget_signals[DRAG_DROP] =