Updated for SWE-GLib final API

This commit is contained in:
Gergely Polonkai 2013-09-11 10:38:40 +02:00
parent 1cbe346b7c
commit 9a30476e11
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ recalculate_chart(AgWindow *window)
if (priv->timestamp == NULL) {
priv->timestamp = gswe_timestamp_new_from_gregorian_full(year, month, day, hour, minute, second, 0, 1.0);
} else {
gswe_timestamp_set_gregorian_full(priv->timestamp, year, month, day, hour, minute, second, 0, 1.0);
gswe_timestamp_set_gregorian_full(priv->timestamp, year, month, day, hour, minute, second, 0, 1.0, NULL);
}
if (priv->moment == NULL) {