From b66583f2a59e09ad9f27f1750b58917b243381ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 12 Oct 2009 16:09:55 +0200 Subject: [PATCH] Substitute gtk_style_unref for g_object_unref in documentation example https://bugzilla.gnome.org/show_bug.cgi?id=598218 --- docs/tutorial/gtk_tut.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index af812b83fb..003f4c7af8 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -16978,7 +16978,7 @@ gtk_dial_expose (GtkWidget *widget, points, 5, FALSE); - gtk_style_unref(blankstyle); + g_object_unref(blankstyle); /* Draw ticks */