Lots of trivial doc fixes.

This commit is contained in:
Matthias Clasen
2002-10-11 20:36:21 +00:00
parent 5591c434f8
commit a9b71314ee
17 changed files with 121 additions and 48 deletions

View File

@@ -146,8 +146,11 @@ gtk_dial_destroy (GtkObject *object)
dial = GTK_DIAL (object);
if (dial->adjustment)
g_object_unref (GTK_OBJECT (dial->adjustment));
if (dial->adjustment)
{
g_object_unref (GTK_OBJECT (dial->adjustment));
dial->adjustment = NULL;
}
if (GTK_OBJECT_CLASS (parent_class)->destroy)
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);