[Xfce4-commits] <xfce4-weather-plugin:master> Add precipitations to summary window details tab.
Harald Judt
noreply at xfce.org
Fri Jul 13 16:50:07 CEST 2012
Updating branch refs/heads/master
to 649b84af9bbe6d601df197ad8fef1be2e3f6d2f0 (commit)
from 64cfb8ef86d3df91449ae06963d4f3a06b682c7d (commit)
commit 649b84af9bbe6d601df197ad8fef1be2e3f6d2f0
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Jul 11 13:33:09 2012 +0200
Add precipitations to summary window details tab.
panel-plugin/weather-summary.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index 12f4865..81777ac 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -326,6 +326,10 @@ create_summary_tab (xfceweather_data *data)
g_free (wind);
APPEND_TEXT_ITEM_REAL (value);
+ /* Precipitation */
+ APPEND_BTEXT (_("\nPrecipitations\n"));
+ APPEND_TEXT_ITEM(_("Precipitations amount"), PRECIPITATIONS);
+
/* Atmosphere */
APPEND_BTEXT (_("\nAtmosphere\n"));
APPEND_TEXT_ITEM (_("Pressure"), PRESSURE);
More information about the Xfce4-commits
mailing list