Avoid of warnings for check_paths() under *nix.
This commit is contained in:
parent
c5254318da
commit
27b561acd6
|
@ -416,6 +416,7 @@ namespace LAview.Desktop {
|
||||||
window.destroy();
|
window.destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if (WINDOWS)
|
||||||
void check_paths () {
|
void check_paths () {
|
||||||
bool all_paths_exist = true;
|
bool all_paths_exist = true;
|
||||||
string[] paths1 = {AppCore.core.lyx_path, AppCore.core.latexmk_pl_path, AppCore.core.perl_path};
|
string[] paths1 = {AppCore.core.lyx_path, AppCore.core.latexmk_pl_path, AppCore.core.perl_path};
|
||||||
|
@ -425,5 +426,6 @@ namespace LAview.Desktop {
|
||||||
}
|
}
|
||||||
if (!all_paths_exist) pref_dialog.show_all ();
|
if (!all_paths_exist) pref_dialog.show_all ();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue