Re: Patch for acinclude.m4

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 10:28:14PM -0400, Phil Longstaff wrote: > When I run autogen.sh, I get a number of warnings about underquoted > definitions. I've attached a unified diff for a patch. > > Phil Umm, but Christian's plan was to remove acinclude.m4 altogether. -chris > ___

Re: build system proposals for gnome2-branch

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 10:22:09PM -0400, Derek Atkins wrote: > Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > > > Ok, I tested these changes and they pass the autogen/make/make > > install/execute test. I did notice a couple things. I now see *many* > > cases of: > > > > *** Warning: Linking t

Patch for acinclude.m4

2005-07-20 Thread Phil Longstaff
When I run autogen.sh, I get a number of warnings about underquoted definitions. I've attached a unified diff for a patch. Phil Index: acinclude.m4 === RCS file: /home/cvs/cvsroot/gnucash/acinclude.m4,v retrieving revision 1.19.4.3

Re: build system proposals for gnome2-branch

2005-07-20 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > > I suspect this might be due to the "libtool relink" issue, where it wants > to > > relink all your libraries during "make install". We had a workaround in > our > > version of ltmain.sh; it's possible your version does not. > > Yes, that is what i

Re: build system proposals for gnome2-branch

2005-07-20 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > Ok, I tested these changes and they pass the autogen/make/make > install/execute test. I did notice a couple things. I now see *many* > cases of: > > *** Warning: Linking the shared library FOO.la against the loadable module > *** FOO.so is not por

Re: build system proposals for gnome2-branch

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 05:08:08PM -0400, Chris Shoemaker wrote: > On Wed, Jul 20, 2005 at 10:54:49PM +0200, Christian Stimming wrote: > > Hi all, > > > > ok, now I've put together a proposal of what can be changed in the > > gnome2-branch. I'd suggest > > > > - removal of acinclude.m4 -- it co

Re: Removal of ltmain.sh

2005-07-20 Thread Thomas Bushnell BSG
Neil Williams <[EMAIL PROTECTED]> writes: > On Tuesday 19 July 2005 5:25 pm, Neil Williams wrote: >> Whilst CashUtil is presently a separate tree, I have an eye on the changes >> that would be required to fold it into GnuCash whilst retaining a separate >> package, in effect making a gnucash-commo

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 10:16:32PM +0100, Neil Williams wrote: > On Wednesday 20 July 2005 9:28 pm, Chris Shoemaker wrote: > > So you're saying that somehow, I don't have to search through 10 > > Splits > > Correct. When checking if the book is dirty, the object types are checked - > one type

Re: build system proposals for gnome2-branch

2005-07-20 Thread Phil Longstaff
On July 20, 2005 04:54 pm, Christian Stimming wrote: > Hi all, > - changing of macros/autogen.sh, diff attached. > > The changes to autogen.sh are > > - ACLOCAL_FLAGS="-I $GNOME2_PATH/share/aclocal $ACLOCAL_FLAGS" > + # if GNOME2_PATH contains several directories, separate them properly > +

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 9:46 pm, Chris Shoemaker wrote: > ISTM you have the two extreme cases: XML only needs to track dirtiness > at the file (book?) level But the book looks to it's collections to determine if it is dirty. > , since it has to rewrite everything anyway. That only considers t

Re: build system proposals for gnome2-branch

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 10:54:49PM +0200, Christian Stimming wrote: > Hi all, > > ok, now I've put together a proposal of what can be changed in the > gnome2-branch. I'd suggest > > - removal of acinclude.m4 -- it contains heaps of very old, legacy macros > > - adding 2-3 unavoidable legacy ma

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 8:51 pm, you wrote: > On Wed, 2005-07-20 at 20:19 +0100, Neil Williams wrote: > > ?? All core structs contain a QofInstance which itself contains a > > QofEntity. > > Did QoF get extended to commodities and prices? Not yet, but I do have ideas on how to do it and the CLI

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > On Wed, Jul 20, 2005 at 04:09:38PM -0400, Derek Atkins wrote: > > Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > > > > > On Wed, Jul 20, 2005 at 03:49:03PM -0400, David Hampton wrote: > > > > On Wed, 2005-07-20 at 15:03 -0400, Chris Shoemaker wrote:

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 9:28 pm, Chris Shoemaker wrote: > So you're saying that somehow, I don't have to search through 10 > Splits Correct. When checking if the book is dirty, the object types are checked - one type at a time. There are less than two dozen object types in GnuCash. The cal

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 04:09:38PM -0400, Derek Atkins wrote: > Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > > > On Wed, Jul 20, 2005 at 03:49:03PM -0400, David Hampton wrote: > > > On Wed, 2005-07-20 at 15:03 -0400, Chris Shoemaker wrote: > > > > > > > Incidentally, is this behavior specific t

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 9:20 pm, Derek Atkins wrote: > I was just saying that right now we have a "mark_dirty()" static inline > function in every object file that effectively does the same thing. We > should abstract that out into qofinstance and have a > "qof_instance_mark_dirty" API that lets

build system proposals for gnome2-branch

2005-07-20 Thread Christian Stimming
Hi all, ok, now I've put together a proposal of what can be changed in the gnome2-branch. I'd suggest - removal of acinclude.m4 -- it contains heaps of very old, legacy macros - adding 2-3 unavoidable legacy macros into file macros/legacy_macros.m4 (attached) - removal of ltmain.sh -- it sho

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 04:20:15PM -0400, Derek Atkins wrote: > Quoting Neil Williams <[EMAIL PROTECTED]>: > > > > I think this was what Derek meant when he > > > was talking about supporting a different event for editing an account > > > than for adding a transaction. One would dirty the Accoun

Re: Removal of ltmain.sh

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 7:40 pm, Chris Shoemaker wrote: > > Agreed. At some point (g2?) we should require current version of all > > the autotools, and clean up the code to work properly with them. > > I also agree. I welcome Christian's effort to clean up the build > system *in the g2 branch*.

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Derek Atkins
Quoting Neil Williams <[EMAIL PROTECTED]>: > On Wednesday 20 July 2005 9:22 pm, Derek Atkins wrote: > > > > Huh? Why is CashUtil depending upon the QOF build-tree? Shouldn't it > only > > depend on what gets installed during "make install"? > > See other message regarding noinst_HEADERS. Yes, C

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 9:22 pm, Derek Atkins wrote: > > Huh? Why is CashUtil depending upon the QOF build-tree? Shouldn't it only > depend on what gets installed during "make install"? See other message regarding noinst_HEADERS. Yes, CashUtil, PilotQOF and all the others will only depend on

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 09:05:21PM +0100, Neil Williams wrote: > On Wednesday 20 July 2005 8:35 pm, Chris Shoemaker wrote: > > > With a backend that only stored dirty instances (e.g. by using a local > > > cache - SQL), then marking the Trans, Account and Group as dirty is > > > counter-productive.

Re: [Gnucash-changes] Makefile.am variables (was: Spruce up the ...)

2005-07-20 Thread Christian Stimming
Am Mittwoch, 20. Juli 2005 22:02 schrieb Derek Atkins: > > Ahh, I thought EXTRA_DIST controlled what went into the tarball. > > Removing any header files from this will cause 'make distcheck' to fail, > > not that that would be anything new. > > Correct, all source files (including headers) must be

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 9:02 pm, you wrote: > > Ahh, I thought EXTRA_DIST controlled what went into the tarball. Oops. > > Removing any header files from this will cause 'make distcheck' to fail, > > not that that would be anything new. > > Correct, all source files (including headers) must be

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Derek Atkins
Quoting Neil Williams <[EMAIL PROTECTED]>: > > I think this was what Derek meant when he > > was talking about supporting a different event for editing an account > > than for adding a transaction. One would dirty the Account, the other > > would only indicate that the Account contained a dirty

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 04:07:24PM -0400, David Hampton wrote: > On Wed, 2005-07-20 at 15:35 -0400, Chris Shoemaker wrote: > > On Wed, Jul 20, 2005 at 08:19:40PM +0100, Neil Williams wrote: > > > On Wednesday 20 July 2005 7:53 pm, Chris Shoemaker wrote: > > > > > > Why such a tortuous path? Split

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 8:52 pm, you wrote: > On Wed, 2005-07-20 at 20:03 +0100, Neil Williams wrote: > > (As part of the CLI, I'll be reviewing the private headers exported by > > QOF soon and qofinstance-p.h will be removed from EXTRA_DIST which should > > prevent such shortcuts in the future.

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Derek Atkins
Quoting Neil Williams <[EMAIL PROTECTED]>: > On Wednesday 20 July 2005 8:52 pm, you wrote: > > On Wed, 2005-07-20 at 20:03 +0100, Neil Williams wrote: > > > (As part of the CLI, I'll be reviewing the private headers exported by > > > QOF soon and qofinstance-p.h will be removed from EXTRA_DIST whi

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 8:35 pm, Chris Shoemaker wrote: > > With a backend that only stored dirty instances (e.g. by using a local > > cache - SQL), then marking the Trans, Account and Group as dirty is > > counter-productive. Those haven't changed, only the Split has changed - > > it could make

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > On Wed, Jul 20, 2005 at 03:49:03PM -0400, David Hampton wrote: > > On Wed, 2005-07-20 at 15:03 -0400, Chris Shoemaker wrote: > > > > > Incidentally, is this behavior specific to g2? I've never noticed it > > > in 1.x, but I imagine the register code

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread David Hampton
On Wed, 2005-07-20 at 15:35 -0400, Chris Shoemaker wrote: > On Wed, Jul 20, 2005 at 08:19:40PM +0100, Neil Williams wrote: > > On Wednesday 20 July 2005 7:53 pm, Chris Shoemaker wrote: > > > > Why such a tortuous path? Split -> Collection -> Book. Checking the book > > automatically checks all co

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Derek Atkins
Quoting David Hampton <[EMAIL PROTECTED]>: > On Wed, 2005-07-20 at 20:03 +0100, Neil Williams wrote: > > > (As part of the CLI, I'll be reviewing the private headers exported by QOF > > > soon and qofinstance-p.h will be removed from EXTRA_DIST which should > prevent > > such shortcuts in the f

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 03:49:03PM -0400, David Hampton wrote: > On Wed, 2005-07-20 at 15:03 -0400, Chris Shoemaker wrote: > > > Incidentally, is this behavior specific to g2? I've never noticed it > > in 1.x, but I imagine the register code hasn't changed much. > > It was added in HEAD and pull

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread David Hampton
On Wed, 2005-07-20 at 20:03 +0100, Neil Williams wrote: > (As part of the CLI, I'll be reviewing the private headers exported by QOF > soon and qofinstance-p.h will be removed from EXTRA_DIST which should prevent > such shortcuts in the future. qofid-p.h will also be removed.) Ahh, I thought EX

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread David Hampton
On Wed, 2005-07-20 at 15:03 -0400, Chris Shoemaker wrote: > Incidentally, is this behavior specific to g2? I've never noticed it > in 1.x, but I imagine the register code hasn't changed much. It was added in HEAD and pulled into g2. Derek thinks the blank split code should be rewritten. I'm fo

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 03:46:49PM -0400, David Hampton wrote: > On Wed, 2005-07-20 at 15:16 -0400, Chris Shoemaker wrote: > > > We're already basically lying to the user about what he's done to his > > data, > > Other that the bug that opening a register marks the book as changed, do > you have

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread David Hampton
On Wed, 2005-07-20 at 20:19 +0100, Neil Williams wrote: > ?? All core structs contain a QofInstance which itself contains a QofEntity. Did QoF get extended to commodities and prices? David ___ gnucash-devel mailing list gnucash-devel@gnucash.org http

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread David Hampton
On Wed, 2005-07-20 at 15:16 -0400, Chris Shoemaker wrote: > We're already basically lying to the user about what he's done to his > data, Other that the bug that opening a register marks the book as changed, do you have other examples? David ___ gnuc

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 08:19:40PM +0100, Neil Williams wrote: > On Wednesday 20 July 2005 7:53 pm, Chris Shoemaker wrote: > > That reminds me of a question I've had. ISTM, there's some vision of > > "dirtiness" propagating from Instance to Collection. > > There is now, yes. > > > However, I thi

Re: Removal of ltmain.sh

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 6:19 pm, Josh Sled wrote: > On Tue, 2005-07-19 at 17:25 +0100, Neil Williams wrote: > > Whilst CashUtil is presently a separate tree, I have an eye on the > > changes that would be required to fold it into GnuCash whilst retaining a > > separate package, in effect making a

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 10:52:41AM -0400, David Hampton wrote: > On Wed, 2005-07-20 at 14:42 +0100, Neil Williams wrote: > > On Tuesday 19 July 2005 9:04 pm, David Hampton wrote: > > > + /* > > > + * *** THIS DIALOG IS NOT HIG COMPLIANT. *** > > > + * > > > + * According to the HIG, the seco

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 7:53 pm, Chris Shoemaker wrote: > That reminds me of a question I've had. ISTM, there's some vision of > "dirtiness" propagating from Instance to Collection. There is now, yes. > However, I think > it would make sense if dirtiness propagated up the containment > hierar

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 10:59:20AM -0400, Derek Atkins wrote: > Neil Williams <[EMAIL PROTECTED]> writes: > > > On Tuesday 19 July 2005 9:04 pm, David Hampton wrote: > >> + /* > >> + * *** THIS DIALOG IS NOT HIG COMPLIANT. *** > >> + * > >> + * According to the HIG, the secondary context sh

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Chris Shoemaker
On Wed, Jul 20, 2005 at 12:36:33PM -0400, David Hampton wrote: > On Wed, 2005-07-20 at 14:42 +0100, Neil Williams wrote: > > The HIG only specifies: > > "The secondary text provides the user with some context about the number of > > changes that might be unsaved." > > BTW, The HIG also suggests a

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 7:53 pm, Neil Williams wrote: > When a collection is marked clean, does THAT have to iterate down to every > instance? Ignore that, I'll make it so that if the collection is clean, qof_instance_is_dirty returns (and sets) FALSE. ... if(qof_collection_is_dirty(coll)) {

Re: Removal of ltmain.sh

2005-07-20 Thread Josh Sled
On Tue, 2005-07-19 at 17:25 +0100, Neil Williams wrote: > Whilst CashUtil is presently a separate tree, I have an eye on the changes > that would be required to fold it into GnuCash whilst retaining a separate > package, in effect making a gnucash-common package that would go alongside > QOF. T

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 7:28 pm, Neil Williams wrote: > OK, all I need now is the time to replace every obj->inst.dirty = TRUE with > qof_instance_set_dirty((QofInstance*)obj) > > :-( > > void qof_instance_set_dirty(QofInstance* inst) > { > QofBook *book; > QofCollection *coll; >

Re: Removal of ltmain.sh

2005-07-20 Thread Chris Shoemaker
On Tue, Jul 19, 2005 at 10:20:09AM -0400, David Hampton wrote: > On Tue, 2005-07-19 at 16:04 +0200, Christian Stimming wrote: > > > No, that's not automake, instead it's the libtool package. I've recently > > upgraded to suse9.3 which has libtool-1.5.14 and I ran "libtoolize" from > > that packa

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 6:10 pm, Derek Atkins wrote: > We really should have > a single interface that we can call to mark an object/instance as > dirty. OK, all I need now is the time to replace every obj->inst.dirty = TRUE with qof_instance_set_dirty((QofInstance*)obj) :-( void qof_instance

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Wednesday 20 July 2005 3:52 pm, David Hampton wrote: > O.K. I'm confused. I thought the point of switching to SQL was that the > data was always written through to the database, so that if gnucash > crashed at any point there would be no lost work. The SQL backend has a cache capability - with

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Derek Atkins
David Hampton <[EMAIL PROTECTED]> writes: > O.K. I'm confused. I thought the point of switching to SQL was that the > data was always written through to the database, so that if gnucash > crashed at any point there would be no lost work. You're not confused. That is the point of moving the SQL.

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread David Hampton
On Wed, 2005-07-20 at 14:42 +0100, Neil Williams wrote: > The HIG only specifies: > "The secondary text provides the user with some context about the number of > changes that might be unsaved." BTW, The HIG also suggests adding a '*' to the window title if there are unsaved change in the file. h

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Andrew Sackville-West
Derek Atkins wrote: << munch>> How many people really do leave GnuCash running in the background? Lots! Don't make assumptions about how people use the app; you'll always be wrong. Whenever you find yourself thinking "user's wont do that" you'll undoubtedly get hit with tons of bug rep

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Dan Widyono
> > How many people really do leave GnuCash running in the background? > > Lots! Yeah. I do. :) Dan W. ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: SuSE 9.3 (was Re: Removal of ltmain.sh)

2005-07-20 Thread Derek Atkins
Phil Longstaff <[EMAIL PROTECTED]> writes: > On July 19, 2005 10:04 am, Christian Stimming wrote: >> No, that's not automake, instead it's the libtool package. I've recently >> upgraded to suse9.3 which has libtool-1.5.14 and I ran "libtoolize" from > > I also just upgraded to 9.3, though I also h

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Derek Atkins
Neil Williams <[EMAIL PROTECTED]> writes: > On Tuesday 19 July 2005 9:04 pm, David Hampton wrote: >> + /* >> + * *** THIS DIALOG IS NOT HIG COMPLIANT. *** >> + * >> + * According to the HIG, the secondary context should include >> + * context about the number of changes that will be lost

Debian Package (was Re: Removal of ltmain.sh)

2005-07-20 Thread Derek Atkins
Neil Williams <[EMAIL PROTECTED]> writes: [snip] > Maybe reorganising these would be useful too? This is purely a debian packaging issue and should be taken off-list and directly to the debian package maintainer. The gnucash team has no ties directly to the debian package. -derek -- Der

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread David Hampton
On Wed, 2005-07-20 at 14:42 +0100, Neil Williams wrote: > On Tuesday 19 July 2005 9:04 pm, David Hampton wrote: > > + /* > > + * *** THIS DIALOG IS NOT HIG COMPLIANT. *** > > + * > > + * According to the HIG, the secondary context should include > > + * context about the number of changes

Re: [Gnucash-changes] Spruce up the delete window dialog to make it more HIG compliant.

2005-07-20 Thread Neil Williams
On Tuesday 19 July 2005 9:04 pm, David Hampton wrote: > + /* > + * *** THIS DIALOG IS NOT HIG COMPLIANT. *** > + * > + * According to the HIG, the secondary context should include > + * context about the number of changes that will be lost (either in > + * time or a count). While it is