WINGs: Make fetchFile() more similar to copyFile() from getstyle.c
commit14643408e8b1acfc32668de5e1f7263351a24480
authorCarlos R. Mafra <crmafra@gmail.com>
Sun, 15 Jan 2012 05:04:29 +0000 (15 05:04 +0000)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 15 Jan 2012 14:23:12 +0000 (15 14:23 +0000)
treeb0b97aba29e77a9727cf24a409261ff90e4b9f31
parent6bf5f947a9c30e7f67ba761404e040de582ea8d1
WINGs: Make fetchFile() more similar to copyFile() from getstyle.c

The idea is to use the fetchFile() in getstyle.c and in wcolorpanel.c
instead of using two very similar functions.

In order to do that, let's move the most generic one (fetchFile()) to
libWUtils, and this is the first step.
WINGs/wcolorpanel.c