[gtk+/gtk-2.90] Substitute gtk_style_unref for g_object_unref in documentation example
- From: Christian Dywan <cdywan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2.90] Substitute gtk_style_unref for g_object_unref in documentation example
- Date: Fri, 16 Oct 2009 13:56:13 +0000 (UTC)
commit 7338483accbbe0d6742cb6d0819622c10bc189c0
Author: Javier Jardón <javierjc1982 gmail com>
Date: Mon Oct 12 16:09:55 2009 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml
index 63fb0f4..0d69c21 100644
--- a/docs/tutorial/gtk_tut.sgml
+++ b/docs/tutorial/gtk_tut.sgml
@@ -16966,7 +16966,7 @@ gtk_dial_expose (GtkWidget *widget,
points, 5,
FALSE);
- gtk_style_unref(blankstyle);
+ g_object_unref(blankstyle);
/* Draw ticks */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]