From: Markus Koschany <apo@gambaru.de>
Date: Fri, 18 Jan 2013 07:17:08 +0100
Subject: hide foobillardplus user settings in HOME

Hide foobillardplus settings directory in $HOME.

Forwarded: not-needed

---
 src/history.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/history.c b/src/history.c
index 170ef77..2910a8f 100644
--- a/src/history.c
+++ b/src/history.c
@@ -282,7 +282,7 @@ void init_history(void) {
    mkdir(file_name,0777); //build directory every time is not a problem
 #else
    strcpy(file_name,getenv("HOME"));
-   strcat(file_name,"/foobillardplus-data");
+   strcat(file_name,"/.foobillardplus");
    mkdir(file_name,0777); //build directory every time is not a problem
 #endif
    checktournament = check_xml("tournament.xml");
