mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Spell the function name correctly. Sigh.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20552 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -89,7 +89,7 @@ void
|
||||
gnc_set_busy_cursor (GtkWidget *w, gboolean update_now)
|
||||
{
|
||||
if (w != NULL)
|
||||
gnc_ui_set_cursor (gtk_widget_get_windor(w), GNC_CURSOR_BUSY, update_now);
|
||||
gnc_ui_set_cursor (gtk_widget_get_window(w), GNC_CURSOR_BUSY, update_now);
|
||||
else
|
||||
{
|
||||
GList *containerstop, *node;
|
||||
|
||||
Reference in New Issue
Block a user