aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-library.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2012-08-30 09:04:36 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2012-10-08 07:29:57 +0200
commit819917536efb59dd913e6d8282ea2f04efa0709e (patch)
tree369bdc08adfe548146b5bc849830d88a64f94eee /liblogdiag/ld-library.c
parent8acfeae8c85d402b1fe2357deeeae3cbb3ebb312 (diff)
downloadlogdiag-819917536efb59dd913e6d8282ea2f04efa0709e.tar.gz
logdiag-819917536efb59dd913e6d8282ea2f04efa0709e.tar.xz
logdiag-819917536efb59dd913e6d8282ea2f04efa0709e.zip
Get rid of the `expander prefix' property.
And make the root be named after whatever the path separator is set to.
Diffstat (limited to 'liblogdiag/ld-library.c')
-rw-r--r--liblogdiag/ld-library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblogdiag/ld-library.c b/liblogdiag/ld-library.c
index 75e377c..9294c71 100644
--- a/liblogdiag/ld-library.c
+++ b/liblogdiag/ld-library.c
@@ -81,7 +81,7 @@ ld_library_init (LdLibrary *self)
(self, LD_TYPE_LIBRARY, LdLibraryPrivate);
self->priv->lua = ld_lua_new ();
- self->priv->root = ld_category_new ("/", "/");
+ self->priv->root = ld_category_new (LD_LIBRARY_IDENTIFIER_SEPARATOR, "/");
}
static void