tracker r1783 - in branches/indexer-split: . src/libtracker-common
- From: mr svn gnome org
- To: svn-commits-list gnome org
- Subject: tracker r1783 - in branches/indexer-split: . src/libtracker-common
- Date: Thu, 26 Jun 2008 16:29:34 +0000 (UTC)
Author: mr
Date: Thu Jun 26 16:29:34 2008
New Revision: 1783
URL: http://svn.gnome.org/viewvc/tracker?rev=1783&view=rev
Log:
* src/libtracker-common/tracker-module-config.c: Make sure we set
the separator as the right thing when building the path here.
Modified:
branches/indexer-split/ChangeLog
branches/indexer-split/src/libtracker-common/tracker-module-config.c
Modified: branches/indexer-split/src/libtracker-common/tracker-module-config.c
==============================================================================
--- branches/indexer-split/src/libtracker-common/tracker-module-config.c (original)
+++ branches/indexer-split/src/libtracker-common/tracker-module-config.c Thu Jun 26 16:29:34 2008
@@ -92,7 +92,7 @@
static gchar *
module_config_get_directory (void)
{
- return g_build_path (SHAREDIR, "tracker", "modules", NULL);
+ return g_build_path (G_DIR_SEPARATOR_S, SHAREDIR, "tracker", "modules", NULL);
}
gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]