mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
540956546e
commit
c2c72eaaa2
4
NEWS
4
NEWS
@ -1,7 +1,7 @@
|
|||||||
Version history:
|
Version history:
|
||||||
------- -------
|
------- -------
|
||||||
2.6.3 - 30 March 2014
|
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
|
the latest stable release of the GnuCash Free Accounting
|
||||||
Software.
|
Software.
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ Version history:
|
|||||||
Translations Updated: Catalan, Danish, Italian
|
Translations Updated: Catalan, Danish, Italian
|
||||||
|
|
||||||
2.6.2 - 2 March 2014
|
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
|
the latest stable release of the GnuCash Free Accounting
|
||||||
Software.
|
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);
|
gnc_commodity_set_quote_tz (dest, src_priv->quote_tz);
|
||||||
kvp_frame_delete (dest->inst.kvp_data);
|
kvp_frame_delete (dest->inst.kvp_data);
|
||||||
dest->inst.kvp_data = kvp_frame_copy (src->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 *
|
gnc_commodity *
|
||||||
|
Loading…
Reference in New Issue
Block a user