diff options
author | Javier Jardón <javierjc1982@gmail.com> | 2009-10-12 16:09:55 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2009-10-14 03:30:31 +0200 |
commit | b66583f2a59e09ad9f27f1750b58917b243381ae (patch) | |
tree | 747cd80b018290de290c579728164862f318b14c | |
parent | 57bc51371396af839859293468ba6004adfebcad (diff) | |
download | gtk+-b66583f2a59e09ad9f27f1750b58917b243381ae.tar.gz |
Substitute gtk_style_unref for g_object_unref in documentation example
https://bugzilla.gnome.org/show_bug.cgi?id=598218
-rw-r--r-- | docs/tutorial/gtk_tut.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |