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:

committed by
Javier Jardón

parent
57bc513713
commit
b66583f2a5
@ -16978,7 +16978,7 @@ gtk_dial_expose (GtkWidget *widget,
|
|||||||
points, 5,
|
points, 5,
|
||||||
FALSE);
|
FALSE);
|
||||||
|
|
||||||
gtk_style_unref(blankstyle);
|
g_object_unref(blankstyle);
|
||||||
|
|
||||||
|
|
||||||
/* Draw ticks */
|
/* Draw ticks */
|
||||||
|
Reference in New Issue
Block a user