Minor corrections

correction in version number in NEWS history re 2.6.3 and 2.6.2
deletion of duplicate lines in src/engine/gnc-commodity.c

	modified:   NEWS
	modified:   src/engine/gnc-commodity.c
This commit is contained in:
Michalis Kamprianis 2014-04-24 22:34:16 +02:00 committed by Geert Janssens
parent 540956546e
commit c2c72eaaa2
2 changed files with 2 additions and 4 deletions

4
NEWS
View File

@ -1,7 +1,7 @@
Version history:
------- -------
2.6.3 - 30 March 2014
The GnuCash development team proudly announces GnuCash 2.6.1,
The GnuCash development team proudly announces GnuCash 2.6.3,
the latest stable release of the GnuCash Free Accounting
Software.
@ -28,7 +28,7 @@ Version history:
Translations Updated: Catalan, Danish, Italian
2.6.2 - 2 March 2014
The GnuCash development team proudly announces GnuCash 2.6.1,
The GnuCash development team proudly announces GnuCash 2.6.2,
the latest stable release of the GnuCash Free Accounting
Software.

View File

@ -938,8 +938,6 @@ gnc_commodity_copy(gnc_commodity * dest, const gnc_commodity *src)
gnc_commodity_set_quote_tz (dest, src_priv->quote_tz);
kvp_frame_delete (dest->inst.kvp_data);
dest->inst.kvp_data = kvp_frame_copy (src->inst.kvp_data);
kvp_frame_delete (dest->inst.kvp_data);
dest->inst.kvp_data = kvp_frame_copy (src->inst.kvp_data);
}
gnc_commodity *