mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
Just a small sync of files
This commit is contained in:
@@ -177,9 +177,10 @@ WMSynchronizeUserDefaults(WMUserDefaults *database)
|
||||
if (stat(path, &stbuf) >= 0 && stbuf.st_mtime > database->timestamp)
|
||||
fileIsNewer = True;
|
||||
|
||||
/*printf("syncing: %s %d %d\n", path, database->dirty, fileIsNewer);*/
|
||||
|
||||
if (database->appDomain && (database->dirty || fileIsNewer)) {
|
||||
|
||||
/*fprintf(stderr, "syncing: %s %d %d\n", path, database->dirty, fileIsNewer);*/
|
||||
|
||||
PLShallowSynchronize(database->appDomain);
|
||||
database->dirty = 0;
|
||||
if (stat(path, &stbuf) >= 0)
|
||||
|
||||
Reference in New Issue
Block a user