Commit df342db0eb25796e9131c657c6feaac3b900c4f1

Authored by Perry Werneck
1 parent adfa0d9e
Exists in master and in 1 other branch develop

Small adjustment in the test program.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/testprogram/testprogram.c
... ... @@ -99,7 +99,7 @@
99 99 static GKeyFile * get_key_file()
100 100 {
101 101 GKeyFile * key_file = g_key_file_new();
102   - g_key_file_load_from_file(key_file,"terminal.conf",G_KEY_FILE_KEEP_COMMENTS,NULL);
  102 + g_key_file_load_from_file(key_file,"terminal.conf",G_KEY_FILE_NONE,NULL);
103 103 return key_file;
104 104 }
105 105  
... ...