Skip to content

Commit

Permalink
2006-02-28 Matthew Allum <[email protected]>
Browse files Browse the repository at this point in the history
        * src/config-parser.c: (config_load_file):
        Use ~/.matchbox not ~/matchbox

git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1315 b067294f-1dea-0310-9683-c47a78595994
  • Loading branch information
mallum committed Feb 28, 2006
1 parent 2f3b941 commit f51e4ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-02-28 Matthew Allum <[email protected]>

* src/config-parser.c: (config_load_file):
Use ~/.matchbox not ~/matchbox

2006-02-28 Matthew Allum <[email protected]>

* configure.ac:
Expand Down
2 changes: 1 addition & 1 deletion src/config-parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ config_load_file(MBKeyboard *kbd, char *variant_in)

if (getenv("HOME"))
{
snprintf(path, 1024, "%s/matchbox/keyboard.xml", getenv("HOME"));
snprintf(path, 1024, "%s/.matchbox/keyboard.xml", getenv("HOME"));

DBG("checking %s\n", path);

Expand Down

0 comments on commit f51e4ad

Please sign in to comment.