mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:25:59 +01:00
Consistent nameing with -p
This commit is contained in:
parent
4e222933cc
commit
b62a3d4c31
1 changed files with 2 additions and 2 deletions
|
@ -624,8 +624,8 @@ zathura_set_plugin_dir(zathura_t* zathura, const char* dir)
|
|||
|
||||
if (dir != NULL) {
|
||||
set_plugin_dir(zathura, dir);
|
||||
} else if (g_getenv("ZATHURA_PLUGIN_PATH") != NULL) {
|
||||
set_plugin_dir(zathura, g_getenv("ZATHURA_PLUGIN_PATH"));
|
||||
} else if (g_getenv("ZATHURA_PLUGINS_PATH") != NULL) {
|
||||
set_plugin_dir(zathura, g_getenv("ZATHURA_PLUGINS_PATH"));
|
||||
#ifdef ZATHURA_PLUGINDIR
|
||||
} else {
|
||||
set_plugin_dir(zathura, ZATHURA_PLUGINDIR);
|
||||
|
|
Loading…
Reference in a new issue