On Mon, 2006-08-14 at 21:25 +0200, Hans Breuer wrote: > Am 15.08.2006 05:08, Dia ChangeLog Daemon schrieb: > > Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots > > > > *** Recent ChangeLog entries: > > > > --- ChangeLog.previous 2006-08-12 05:00:34.000000000 +0200 > > +++ dia-cvs-snapshot/ChangeLog 2006-08-15 05:00:07.092200264 +0200 > > @@ -1,3 +1,24 @@ > > +2006-08-13 Lars Clausen <[EMAIL PROTECTED]> > > + > > + * objects/Misc/libmisc.c: > > + * {app,objects/Misc}/Makefile.am: > > + * objects/Misc/newgroup.c: > > + * app/newgroup.c: Moved newgroup. > > + > > If newgroup should replace the old group at some point in time, could > we keep it in lib/ instead of app/ for dependency reasons? > > A short look did not reveal anything probiting this at the moment. And > even if there is, I'd say *that* has to change ...
The main reason why the group is in app/ is that when closing a group, I need to unselect any objects within it, but unselecting has effects at the app level that aren't triggered from within lib/. I was considering making a signal for it, but that seemed inelegant. It could also be an option to just not let closing be allowed when something inside is selected. -Lars _______________________________________________ Dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www.gnome.org/projects/dia
