In progress...
This commit is contained in:
parent
da125cd7d7
commit
2c16b3e3ef
|
@ -8,7 +8,7 @@ extern static char SO_PATH[256];
|
||||||
public static File exec_dir;
|
public static File exec_dir;
|
||||||
public static File common_dir;
|
public static File common_dir;
|
||||||
public static string data_plugins_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 ui_dir;
|
||||||
public static string settings_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");
|
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(),
|
data_plugins_dir = Path.build_path (Path.DIR_SEPARATOR_S, exec_dir.get_path(),
|
||||||
"laview-core-"+Config.VERSION_MAJOR.to_string()+"/data-plugins");
|
"laview-core-"+Config.VERSION_MAJOR.to_string()+"/data-plugins");
|
||||||
protocol_plugins_dir = Path.build_path (Path.DIR_SEPARATOR_S, exec_dir.get_path(),
|
object_plugins_dir = Path.build_path (Path.DIR_SEPARATOR_S, exec_dir.get_path(),
|
||||||
"laview-core-"+Config.VERSION_MAJOR.to_string()+"/protocol-plugins");
|
"laview-core-"+Config.VERSION_MAJOR.to_string()+"/object-plugins");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue