From: <ju...@hu...> - 2015-03-18 23:40:28
|
Hi I found a bug. just: if(set->flags & SET_STYLE) { tmp=g_strdup_printf("%d", set->show_thumbs); xmlNewChild(sub, NULL, "ShowThumbs", tmp); g_free(tmp); } It is in filer.c. So without set_style is checked, the thumbs setting is never saved. |