mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
This commit is contained in:
parent
5dd0c682ed
commit
10df25faca
@ -284,6 +284,11 @@ gnc_prices_dialog_get_quotes_clicked (GtkWidget *widget, gpointer data)
|
|||||||
gnc_set_busy_cursor (NULL, TRUE);
|
gnc_set_busy_cursor (NULL, TRUE);
|
||||||
scm_call_2 (quotes_func, scm_window, book_scm);
|
scm_call_2 (quotes_func, scm_window, book_scm);
|
||||||
gnc_unset_busy_cursor (NULL);
|
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(" ");
|
LEAVE(" ");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -458,6 +463,7 @@ static void
|
|||||||
refresh_handler (GHashTable *changes, gpointer user_data)
|
refresh_handler (GHashTable *changes, gpointer user_data)
|
||||||
{
|
{
|
||||||
ENTER(" ");
|
ENTER(" ");
|
||||||
|
LEAVE(" ");
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user