AUDIT: r15635 - gnucash/trunk/src/gnome - Remove extra argument to gtk_list_store_set. Fixes #409758.

David Hampton hampton at cvs.gnucash.org
Mon Feb 19 18:00:25 EST 2007


Author: hampton
Date: 2007-02-19 18:00:24 -0500 (Mon, 19 Feb 2007)
New Revision: 15635
Trac: http://svn.gnucash.org/trac/changeset/15635

Modified:
   gnucash/trunk/src/gnome/lot-viewer.c
Log:
Remove extra argument to gtk_list_store_set.  Fixes #409758.
BP


Modified: gnucash/trunk/src/gnome/lot-viewer.c
===================================================================
--- gnucash/trunk/src/gnome/lot-viewer.c	2007-02-19 22:52:44 UTC (rev 15634)
+++ gnucash/trunk/src/gnome/lot-viewer.c	2007-02-19 23:00:24 UTC (rev 15635)
@@ -431,7 +431,7 @@
       }
       else
       {
-	gtk_list_store_set(store, &iter, LOT_COL_CLOSE, cbuff, _("Open"), -1);
+	gtk_list_store_set(store, &iter, LOT_COL_CLOSE, _("Open"), -1);
       }
 
       /* Title */



More information about the gnucash-changes mailing list