mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
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:
parent
805782a574
commit
df29084c1f
@ -1,5 +1,8 @@
|
|||||||
2006-09-03 Matthias Clasen <mclasen@redhat.com>
|
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):
|
* gtk/gtkmain.c (post_parse_hook):
|
||||||
* gdk/gdk.c (gdk_init): Handle display_name being NULL.
|
* gdk/gdk.c (gdk_init): Handle display_name being NULL.
|
||||||
(#354004, Chris Wilson)
|
(#354004, Chris Wilson)
|
||||||
|
@ -1208,7 +1208,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
|||||||
* %TRUE. In this case, the handler must ensure that gtk_drag_finish() is called
|
* %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()
|
* 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
|
* 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.
|
* of the supported targets.
|
||||||
*/
|
*/
|
||||||
widget_signals[DRAG_DROP] =
|
widget_signals[DRAG_DROP] =
|
||||||
|
Loading…
Reference in New Issue
Block a user