From 10df25faca315b79b9ebd88cd204f429fe47adaa Mon Sep 17 00:00:00 2001 From: Charles Day Date: Fri, 8 Aug 2008 21:36:48 +0000 Subject: [PATCH] Bug #522095: Refresh the summary bar when new prices are downloaded. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17458 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/dialog-price-edit-db.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/gnome/dialog-price-edit-db.c b/src/gnome/dialog-price-edit-db.c index a709a726ee..fabf207897 100644 --- a/src/gnome/dialog-price-edit-db.c +++ b/src/gnome/dialog-price-edit-db.c @@ -284,6 +284,11 @@ gnc_prices_dialog_get_quotes_clicked (GtkWidget *widget, gpointer data) gnc_set_busy_cursor (NULL, TRUE); scm_call_2 (quotes_func, scm_window, book_scm); gnc_unset_busy_cursor (NULL); + + /* Without this, the summary bar on the accounts tab + * won't reflect the new prices (bug #522095). */ + gnc_gui_refresh_all (); + LEAVE(" "); } @@ -458,6 +463,7 @@ static void refresh_handler (GHashTable *changes, gpointer user_data) { ENTER(" "); + LEAVE(" "); } static gboolean