[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: glade changes
George writes:
> On Tue, Feb 08, 2000 at 10:44:22PM +0800, Hilaire Fernandes wrote:
> > > Anyway ... are there are problems with me moving the glade files into a glade
> > > directory in the toplevel tree? I don't think it's nice to have them in the
> > > icons directory as they're most definately not icons :)
> >
> > Yes, libglade expect the icons used to be in the same location of the
> > .glade file. Libglade rules :)
>
> Uh .... hmmm ... well why not moving the pixmaps to $(datadir)/dr-genius
> then. That seems a bit more logical then having the .glade file in the
> pixmaps directory.
Well nothing is perfect then :) But as the icons are only relative to
the .glade file, i agree it's a better place.
Also it's look like the
xmlSessionWidget = glade_xml_new (DRGENIUS_GLADEDIR
"/dr-genius/dr-genius.glade",
"dialogSaveSession");
don't allow to find the .glade file.
Any idea ?
Hilaire