On Tue, 2006-10-10 at 11:58 +0200, Rodrigo Moya wrote:
Hi
I'm starting to move code from the CVS module slab to our
control-center. So, this means just moving the slab/control-center code
to our module, which is easy. The problem is with libslab/libtile and
the util/ dir. The idea so far has been to leave them in slab and set
them up as virtual modules for control-center and later, if accepted,
into the panel (for the slab's menu applet).
But I just started thinking about having all this code into a
libgnomecontrolcenter that, later, if accepted, the panel could use.
What do you think?
Following on this, I'm looking (and almost starting) to merge all the
libs we have in c-c into a single libgnomecontrolcenter library. That
means putting libbackground and libwindow-settings, and, if we all
agree, libslab and libtile (while we look for a better place).
Anyone has anything against this? I guess we don't have ABI/API
problems, since they're not platform libraries, right?