aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-category-tree-view.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-01-20 07:41:54 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-01-20 07:41:54 +0100
commite1225accf47ce3dcff0b811b8793d8898e78f9e9 (patch)
tree648be4f537684d1529c36105d90ae9eb362e7e76 /liblogdiag/ld-category-tree-view.h
parent5b16953a2f6d7fbd6e0c62b8bb793afae0f59de2 (diff)
downloadlogdiag-e1225accf47ce3dcff0b811b8793d8898e78f9e9.tar.gz
logdiag-e1225accf47ce3dcff0b811b8793d8898e78f9e9.tar.xz
logdiag-e1225accf47ce3dcff0b811b8793d8898e78f9e9.zip
Fix a few deprecation warnings
Diffstat (limited to 'liblogdiag/ld-category-tree-view.h')
-rw-r--r--liblogdiag/ld-category-tree-view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/liblogdiag/ld-category-tree-view.h b/liblogdiag/ld-category-tree-view.h
index b222a0a..f99314d 100644
--- a/liblogdiag/ld-category-tree-view.h
+++ b/liblogdiag/ld-category-tree-view.h
@@ -37,14 +37,14 @@ typedef struct _LdCategoryTreeViewClass LdCategoryTreeViewClass;
struct _LdCategoryTreeView
{
/*< private >*/
- GtkVBox parent_instance;
+ GtkBox parent_instance;
LdCategoryTreeViewPrivate *priv;
};
struct _LdCategoryTreeViewClass
{
/*< private >*/
- GtkVBoxClass parent_class;
+ GtkBoxClass parent_class;
};