1
0
Fork 0

In progress...

This commit is contained in:
Kolan Sh 2016-02-14 15:11:49 +03:00
parent c13853fb4a
commit 6aea22dc8c
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ extern static char SO_PATH[256];
public static File exec_dir;
public static File common_dir;
public static string data_plugins_dir;
public static string protocol_plugins_dir;
public static string object_plugins_dir;
public static string ui_dir;
public static string settings_dir;
@ -21,8 +21,8 @@ extern static char SO_PATH[256];
settings_dir = Path.build_path (Path.DIR_SEPARATOR_S, common_dir.get_path(), "share/glib-2.0/schemas");
data_plugins_dir = Path.build_path (Path.DIR_SEPARATOR_S, exec_dir.get_path(),
"laview-core-"+Config.VERSION_MAJOR.to_string()+"/data-plugins");
protocol_plugins_dir = Path.build_path (Path.DIR_SEPARATOR_S, exec_dir.get_path(),
"laview-core-"+Config.VERSION_MAJOR.to_string()+"/protocol-plugins");
object_plugins_dir = Path.build_path (Path.DIR_SEPARATOR_S, exec_dir.get_path(),
"laview-core-"+Config.VERSION_MAJOR.to_string()+"/object-plugins");
}