Skip to content

Commit

Permalink
Set black as background color the UI
Browse files Browse the repository at this point in the history
Stop X.Org at logout and restart it
  • Loading branch information
Arnaud Vallat committed Feb 18, 2011
1 parent a6b7944 commit 4c47c32
Show file tree
Hide file tree
Showing 6 changed files with 394 additions and 124 deletions.
4 changes: 2 additions & 2 deletions config.c
Expand Up @@ -109,6 +109,8 @@ static gboolean g_configAutologinEnabled = FALSE; /* enabled */
static char* g_configAutologinLogin = NULL; /* login */




static gboolean _config_parse_file(const char* filePath);

static gboolean _config_is_filename_valid(const char* filename);
Expand Down Expand Up @@ -418,8 +420,6 @@ static gboolean endswith(const char* string, const char* token)

static gboolean _config_is_filename_valid(const char* filename)
{
size_t len;

if (!filename || !(*filename) || *filename == '.')
return FALSE;

Expand Down

0 comments on commit 4c47c32

Please sign in to comment.