Re: Configuration files transfer

2014-04-12 Thread David Faure
On Saturday 12 April 2014 12:08:12 Kevin Krammer wrote: > On Saturday, 2014-04-12, 06:57:41, Ivan Čukić wrote: > > > +for (const auto testSubdir: { ".kde", ".kde5" }) { > > > Shouldn't that be .kde4? > > > > Yes, already fixed in the next commit. :) > > > > > That block of code ($KDEH

Re: Configuration files transfer

2014-04-12 Thread Kevin Krammer
On Saturday, 2014-04-12, 06:57:41, Ivan Čukić wrote: > > +for (const auto testSubdir: { ".kde", ".kde5" }) { > > Shouldn't that be .kde4? > > Yes, already fixed in the next commit. :) > > > That block of code ($KDEHOME, otherwise ~/.kde, otherwise ~/.kde4) sounds > > like code that co