Blob Blame History Raw
diff -Nur xfce4-weather-plugin-0.8.3.orig/panel-plugin/weather.c xfce4-weather-plugin-0.8.3/panel-plugin/weather.c
--- xfce4-weather-plugin-0.8.3.orig/panel-plugin/weather.c	2014-10-17 12:21:46.901578546 -0600
+++ xfce4-weather-plugin-0.8.3/panel-plugin/weather.c	2014-10-17 12:22:50.002441490 -0600
@@ -884,7 +884,7 @@
 
     value = xfce_rc_read_entry(rc, "scrollbox_color", NULL);
     if (value)
-        gdk_color_parse("#rrrrggggbbbb", &(data->scrollbox_color));
+        gdk_color_parse(value, &(data->scrollbox_color));
 
     data->scrollbox_use_color =
         xfce_rc_read_bool_entry(rc, "scrollbox_use_color", FALSE);