From fbf326d53cec203345a92c0e98689c941ad9633d Mon Sep 17 00:00:00 2001
From: Jason F. McBrayer <McBrayerJ@dnr.sc.gov>
Date: Thu, 9 Sep 2010 11:00:49 -0400
Subject: [PATCH] Missing . in org-google-weather-icon-alist

---
 org-google-weather.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/org-google-weather.el b/org-google-weather.el
index 9961601..34ad6eb 100644
--- a/org-google-weather.el
+++ b/org-google-weather.el
@@ -62,7 +62,7 @@
 (defcustom org-google-weather-icon-alist
   '((chance_of_rain . "weather-showers-scattered.png")
     (chance_of_snow . "weather-snow.png")
-    (chance_of_storm "weather-storm.png")
+    (chance_of_storm . "weather-storm.png")
     (cloudy . "weather-overcast.png")
     (dust . "weather-fog.png")
     (flurries . "weather-storm.png")
-- 
1.7.1

