Skip to content

Commit

Permalink
Fix environment variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed May 6, 2017
1 parent 83c7378 commit 93b5f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/src/gtk_config.cpp
Expand Up @@ -41,7 +41,7 @@ get_config_dir (void)

/* Find config directory */
home_dir = getenv ("HOME");
xdg_config_dir = getenv ("XDG_CONFIG_DIR");
xdg_config_dir = getenv ("XDG_CONFIG_HOME");

if (!home_dir && !xdg_config_dir)
{
Expand Down

0 comments on commit 93b5f11

Please sign in to comment.