From 47023938ca49b17d4d76b0ac318f72bc1ed1dfc5 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Mon, 8 Oct 2012 07:08:00 +0200
Subject: Fix property type in LdCategoryView.
---
liblogdiag/ld-category-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'liblogdiag')
diff --git a/liblogdiag/ld-category-view.c b/liblogdiag/ld-category-view.c
index d439084..cc56158 100644
--- a/liblogdiag/ld-category-view.c
+++ b/liblogdiag/ld-category-view.c
@@ -68,7 +68,7 @@ ld_category_view_class_init (LdCategoryViewClass *klass)
*/
pspec = g_param_spec_object ("category", "Category",
"The symbol category that is shown by this widget.",
- LD_TYPE_LIBRARY, G_PARAM_READWRITE);
+ LD_TYPE_CATEGORY, G_PARAM_READWRITE);
g_object_class_install_property (object_class, PROP_CATEGORY, pspec);
g_type_class_add_private (klass, sizeof (LdCategoryViewPrivate));
--
cgit v1.2.3-70-g09d2