[gtk+] testtreeview: Don't use deprecated classes to make things interesting
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] testtreeview: Don't use deprecated classes to make things interesting
- Date: Thu, 9 Jun 2011 04:25:33 +0000 (UTC)
commit 77c102ae6ea01a9056d5638eb55447faef5522a4
Author: Benjamin Otte <otte redhat com>
Date: Thu Jun 9 06:21:11 2011 +0200
testtreeview: Don't use deprecated classes to make things interesting
tests/testtreeview.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/testtreeview.c b/tests/testtreeview.c
index 312b4ec..60dc689 100644
--- a/tests/testtreeview.c
+++ b/tests/testtreeview.c
@@ -632,8 +632,7 @@ create_tree_model (void)
* registered and gcc doesn't optimize away the code */
g_type_class_unref (g_type_class_ref (gtk_scrolled_window_get_type ()));
g_type_class_unref (g_type_class_ref (gtk_label_get_type ()));
- g_type_class_unref (g_type_class_ref (gtk_hscrollbar_get_type ()));
- g_type_class_unref (g_type_class_ref (gtk_vscrollbar_get_type ()));
+ g_type_class_unref (g_type_class_ref (gtk_scrollbar_get_type ()));
g_type_class_unref (g_type_class_ref (pango_layout_get_type ()));
t = get_model_types ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]