A bug

[email protected] Thu, 19 Mar 2015 08:40:20 +0900
Newsgroups gmane.comp.desktop.rox.devel
Message-ID <[email protected]>
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.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/