Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
fixed a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Manilone committed Dec 10, 2011
1 parent 4ddf762 commit 30af0de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/gqqconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ static void signal_default_handler(gpointer instance
static void gqq_config_init(GQQConfig *self)
{
GString *cfgdir = g_string_new (g_get_home_dir ());
g_string_append (cfgdir, "/.gtkqq");
if(!g_file_test(cfgdir->str, G_FILE_TEST_EXISTS
&& -1 == g_mkdir(cfgdir->str, 0777)){
g_error("Create config dir %s error!(%s, %d)"
Expand Down

0 comments on commit 30af0de

Please sign in to comment.