CVS update: gnucash/src/gnome

David Hampton hampton@linas.org
23 May 2002 14:09:09 -0700


On Thu, 2002-05-23 at 12:30, Derek Atkins wrote:
> I wouldnt' actually do much work on the current
> dialog-find-transactions, as it will be replaced by the new
> gnome-search dialog.  Can you take a look at
> src/gnome-search/search-numeric.* and search-debcred.* and see if
> those need to be changed as well?

I can't really tell much from a brief look at your code, and the glade
file doesn't help at all. Anywhere you have search widget wrapped around
something based upon a GtkEditable, you need to allow a way to call
gnome_dialog_editable_enters() on that item. The easeiest would probably
be to make this is a general call on all search objects that only has a
real effect on GtkEditable based ones.

David