[Xfce4-commits] <xfce4-weather-plugin:master> Update night symbols after icon set changes.

Harald Judt noreply at xfce.org
Wed Aug 29 12:30:02 CEST 2012


Updating branch refs/heads/master
         to ac558cf4500d2fc0abdd7518964c4fd7e0116635 (commit)
       from 5102cd261ff1f995a73960e869d6085ac16c81ac (commit)

commit ac558cf4500d2fc0abdd7518964c4fd7e0116635
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Aug 29 12:26:26 2012 +0200

    Update night symbols after icon set changes.

 panel-plugin/weather-icon.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/weather-icon.c b/panel-plugin/weather-icon.c
index 33b0ec9..e15385f 100644
--- a/panel-plugin/weather-icon.c
+++ b/panel-plugin/weather-icon.c
@@ -30,13 +30,16 @@
 #define NODATA "NODATA"
 
 
+/* For these symbols, there will be a separate icon used for night time */
 const gchar *night_symbols[] = {
-    "CLOUD",
     "LIGHTCLOUD",
     "LIGHTRAINSUN",
     "LIGHTRAINTHUNDERSUN",
     "PARTLYCLOUD",
+    "SLEETSUN",
+    "SLEETSUNTHUNDER"
     "SNOWSUN",
+    "SNOWSUNTHUNDER",
     "SUN",
     NULL
 };


More information about the Xfce4-commits mailing list