forked from AuroraMiddleware/gtk
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:
parent
57bc513713
commit
b66583f2a5
@ -16978,7 +16978,7 @@ gtk_dial_expose (GtkWidget *widget,
|
||||
points, 5,
|
||||
FALSE);
|
||||
|
||||
gtk_style_unref(blankstyle);
|
||||
g_object_unref(blankstyle);
|
||||
|
||||
|
||||
/* Draw ticks */
|
||||
|
Loading…
Reference in New Issue
Block a user