[Gnucash-changes] r13606 - gnucash/trunk - Fix order of parameters to gnc_ui_common_commodity_modal, and 334181.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Mar 11 18:41:51 EST 2006


Author: andi5
Date: 2006-03-11 18:41:51 -0500 (Sat, 11 Mar 2006)
New Revision: 13606
Trac: http://svn.gnucash.org/trac/changeset/13606

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/dialog-commodity.c
Log:
Fix order of parameters to gnc_ui_common_commodity_modal, and 334181.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-11 21:52:31 UTC (rev 13605)
+++ gnucash/trunk/ChangeLog	2006-03-11 23:41:51 UTC (rev 13606)
@@ -20,6 +20,9 @@
 
 2006-03-11  Andreas Köhler  <andi5.py at gmx.net>
 
+	* src/gnome-utils/dialog-commodity.c: Fix order of parameters to
+	  gnc_ui_common_commodity_modal, and 334181.
+
 	* src/gnome-utils/window-main-summarybar.c: Unref the summary bar
 	  list store so that it gets deleted together with the combobox.
 

Modified: gnucash/trunk/src/gnome-utils/dialog-commodity.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-commodity.c	2006-03-11 21:52:31 UTC (rev 13605)
+++ gnucash/trunk/src/gnome-utils/dialog-commodity.c	2006-03-11 23:41:51 UTC (rev 13606)
@@ -1085,8 +1085,8 @@
   gnc_commodity *result;
 
   ENTER(" ");
-  result = gnc_ui_common_commodity_modal(NULL, parent, namespace, fullname,
-					 mnemonic, cusip, 10000);
+  result = gnc_ui_common_commodity_modal(NULL, parent, namespace, cusip,
+					 fullname, mnemonic, 10000);
   LEAVE(" ");
   return result;
 }



More information about the gnucash-changes mailing list