Substitute gtk_style_unref for g_object_unref in documentation example

https://bugzilla.gnome.org/show_bug.cgi?id=598218
This commit is contained in:
Javier Jardón 2009-10-12 16:09:55 +02:00 committed by Javier Jardón
parent 57bc513713
commit b66583f2a5

View File

@ -16978,7 +16978,7 @@ gtk_dial_expose (GtkWidget *widget,
points, 5,
FALSE);
gtk_style_unref(blankstyle);
g_object_unref(blankstyle);
/* Draw ticks */