Skip to content

Commit

Permalink
Spell the function name correctly. Sigh.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20552 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
Phil Longstaff committed Apr 10, 2011
1 parent 9a10c8f commit abd593e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnome-utils/cursors.c
Expand Up @@ -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;
Expand Down

0 comments on commit abd593e

Please sign in to comment.