Lots of trivial doc fixes.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user