gtk+ r20447 - in trunk: . tests
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20447 - in trunk: . tests
- Date: Wed, 18 Jun 2008 08:51:56 +0000 (UTC)
Author: mitch
Date: Wed Jun 18 08:51:55 2008
New Revision: 20447
URL: http://svn.gnome.org/viewvc/gtk+?rev=20447&view=rev
Log:
2008-06-18 Michael Natterer <mitch imendio com>
* tests/testgtk.c: some more undeprecation.
Modified:
trunk/ChangeLog
trunk/tests/testgtk.c
Modified: trunk/tests/testgtk.c
==============================================================================
--- trunk/tests/testgtk.c (original)
+++ trunk/tests/testgtk.c Wed Jun 18 08:51:55 2008
@@ -6811,7 +6811,7 @@
}
gtk_widget_destroy (child);
- gtk_widget_unref (child);
+ g_object_unref (child);
}
static void
@@ -7037,7 +7037,7 @@
}
}
- gtk_style_unref (style);
+ g_object_unref (style);
separator = gtk_hseparator_new ();
gtk_box_pack_start (GTK_BOX (vbox), separator, FALSE, TRUE, 0);
@@ -7587,7 +7587,7 @@
break;
}
gtk_ctree_node_set_row_data_full (ctree, sibling, style,
- (GtkDestroyNotify) gtk_style_unref);
+ (GDestroyNotify) g_object_unref);
if (ctree->line_style == GTK_CTREE_LINES_TABBED)
gtk_ctree_node_set_row_style (ctree, sibling, style);
@@ -7638,7 +7638,7 @@
style->base[GTK_STATE_NORMAL].green = 45000;
style->base[GTK_STATE_NORMAL].blue = 55000;
gtk_ctree_node_set_row_data_full (ctree, parent, style,
- (GtkDestroyNotify) gtk_style_unref);
+ (GDestroyNotify) g_object_unref);
if (ctree->line_style == GTK_CTREE_LINES_TABBED)
gtk_ctree_node_set_row_style (ctree, parent, style);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]