Fix a comment.
* gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
* gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
* gtk/changes-1.2.sgml, gtk/changes-2.0.sgml: SGML fixes.
* gtk/tmpl/gtkobject.sgml: Document GTK_IN_DESTRUCTION.
* gtk/tmpl/gtkwidget.sgml: Additions.
This commit is contained in:
@ -364,7 +364,7 @@ gtk_object_dispose (GObject *gobject)
|
||||
GtkObject *object = GTK_OBJECT (gobject);
|
||||
|
||||
/* guard against reinvocations during
|
||||
* destruction with the GTK_DESTROYED flag.
|
||||
* destruction with the GTK_IN_DESTRUCTION flag.
|
||||
*/
|
||||
if (!(GTK_OBJECT_FLAGS (object) & GTK_IN_DESTRUCTION))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user