* fix infinite loop in mu-cmd-index (fixes issue #36) + some cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2011-04-24 16:03:40 +03:00
parent 3b3dc10b67
commit 8f9bd404cf
3 changed files with 12 additions and 10 deletions

View File

@ -201,7 +201,7 @@ init_paths (const char* muhome, MuRuntimeData *data)
MU_XAPIAN_DIRNAME);
data->_str [MU_RUNTIME_PATH_BOOKMARKS] =
g_strdup_printf ("%s%c%s", muhome,G_DIR_SEPARATOR,
g_strdup_printf ("%s%c%s", muhome, G_DIR_SEPARATOR,
MU_BOOKMARKS_FILENAME);
data->_str [MU_RUNTIME_PATH_CACHE] =