From 8686381c19b9bb9e357d2f75f57dde2f4d61ae15 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 4 Dec 2007 03:28:04 +0000 Subject: get rid of GTree and use emem trees instead svn path=/trunk/; revision=23738 --- epan/prefs-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/prefs-int.h') diff --git a/epan/prefs-int.h b/epan/prefs-int.h index 8ab014a5ff..cd7111196b 100644 --- a/epan/prefs-int.h +++ b/epan/prefs-int.h @@ -32,7 +32,7 @@ struct pref_module { const char *description;/* Description of module (displayed in preferences notebook) */ void (*apply_cb)(void); /* routine to call when preferences applied */ GList *prefs; /* list of its preferences */ - GTree *submodules; /* list of its submodules */ + emem_tree_t *submodules;/* list of its submodules */ int numprefs; /* number of non-obsolete preferences */ gboolean prefs_changed; /* if TRUE, a preference has changed since we last checked */ gboolean obsolete; /* if TRUE, this is a module that used to -- cgit v1.2.1