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
pull/7/merge
Michalis Kamprianis 12 years ago committed by Geert Janssens
parent 540956546e
commit c2c72eaaa2

@ -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.

@ -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 *

Loading…
Cancel
Save