r20552 - gnucash/trunk/src/gnome-utils - Spell the function name correctly. Sigh.

Phil Longstaff plongstaff at code.gnucash.org
Sat Apr 9 20:08:47 EDT 2011


Author: plongstaff
Date: 2011-04-09 20:08:46 -0400 (Sat, 09 Apr 2011)
New Revision: 20552
Trac: http://svn.gnucash.org/trac/changeset/20552

Modified:
   gnucash/trunk/src/gnome-utils/cursors.c
Log:
Spell the function name correctly.  Sigh.


Modified: gnucash/trunk/src/gnome-utils/cursors.c
===================================================================
--- gnucash/trunk/src/gnome-utils/cursors.c	2011-04-09 23:34:57 UTC (rev 20551)
+++ gnucash/trunk/src/gnome-utils/cursors.c	2011-04-10 00:08:46 UTC (rev 20552)
@@ -89,7 +89,7 @@
 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;



More information about the gnucash-changes mailing list