----- Rodolfo García Peñas (kix) <[email protected]> a écrit : > > Christophe CURIS <[email protected]> escribió: > > > The Window Inspector is used to let user change a list of advanced options > > for all the windows of an application. This list was defined through many > > hard-coded things; by defining an array with everything at the beginning of > > the file it is easier to maintain (the code is simpler because it is more > > generic) and to make it evolve. > > > > Signed-off-by: Christophe CURIS <[email protected]> > > --- > > src/winspector.c | 116 > > +++++++++++++++++++++++++++---------------------------- > > 1 file changed, 57 insertions(+), 59 deletions(-) > > Hi Christophe, > > these patches about move the hard coded things to an array are a great idea. > > Thanks a lot. > Cheers, > kix > > Rodolfo García Peñas (kix) > http://www.kix.es/
You're welcome! Everything that make everybody's life easier is generally a good idea... -- To unsubscribe, send mail to [email protected].
