Fixed for win32

master
Yevgen Muntyan 2006-04-05 05:01:04 -05:00
parent f5303af8e1
commit 43ef48d953
1 changed files with 1 additions and 1 deletions

View File

@ -939,7 +939,7 @@ moo_app_init_real (MooApp *app)
#if defined(__WIN32__) && defined(MOO_BUILD_TERM)
if (app->priv->use_terminal)
{
char *dir = moo_app_get_data_dir (app, MOO_APP_DATA_LIB);
char *dir = moo_get_app_dir ();
moo_term_set_helper_directory (dir);
g_free (dir);
}